From e7728e31a9eee261dd06e9dbe3e8482b4684fe64 Mon Sep 17 00:00:00 2001 From: spaceXrace <92670772+spaceXrace@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:08:08 +0200 Subject: [PATCH] Update README.md include command to install Rust on macOS --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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' ```