diff --git a/README.md b/README.md index 487e993..e354631 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ Download content from ILIAS. That includes: ## Installation **Windows/Linux users**: go to the [releases](../../releases) and download the executable for your operating system. -**macOS users**: [Install Rust](https://www.rust-lang.org/tools/install) and compile from source: + +**macOS users**: +[Install Rust](https://www.rust-lang.org/tools/install): +``` +$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +``` +and compile from source: ``` $ cargo install --all-features --git 'https://github.com/FliegendeWurst/KIT-ILIAS-downloader' ```