mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Improve installation instructions
This commit is contained in:
parent
a6a40f69c8
commit
7d9c27063c
10
README.md
10
README.md
@ -9,12 +9,10 @@ Download content from ILIAS. That includes:
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Go to the [releases](../../releases) and get the executable for your operating system (Windows/Linux only).
|
**Windows/Linux users**: go to the [releases](../../releases) and download the executable for your operating system.
|
||||||
Or compile from source (mandatory if you use a Mac):
|
**macOS users**: [Install Rust](https://www.rust-lang.org/tools/install) and compile from source:
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader
|
$ cargo install --all-features --git 'https://github.com/FliegendeWurst/KIT-ILIAS-downloader'
|
||||||
$ cd KIT-ILIAS-downloader
|
|
||||||
$ cargo install --all-features --path .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -38,7 +36,7 @@ $ KIT-ILIAS-downloader -o ./ILIAS/WS2021-HM1 --sync-url 'https://ilias.studium.k
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ KIT-ILIAS-downloader --help
|
$ KIT-ILIAS-downloader --help
|
||||||
KIT-ILIAS-downloader 0.2.18
|
KIT-ILIAS-downloader 0.2.20
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
|
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
|
||||||
|
Loading…
Reference in New Issue
Block a user