mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Merge pull request #36 from spaceXrace/master
This commit is contained in:
commit
603c3eef7c
@ -10,7 +10,13 @@ Download content from ILIAS. That includes:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
**Windows/Linux users**: go to the [releases](../../releases) and download the executable for your operating system.
|
**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'
|
$ cargo install --all-features --git 'https://github.com/FliegendeWurst/KIT-ILIAS-downloader'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user