Simplify installation instructions

This commit is contained in:
FliegendeWurst 2021-04-08 19:10:38 +02:00 committed by GitHub
parent fe08f95478
commit ce6289954b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,18 @@
Download content from ILIAS. That includes: Download content from ILIAS. That includes:
* files (latest version) * files
* exercise sheets and solutions
* Opencast lectures * Opencast lectures
* forum posts (beta)
## Installation ## Installation
Go to the [releases](../../releases) and get the executable for your operating system. Alternatively compile from source: (to get the latest updates) Go to the [releases](../../releases) and get the executable for your operating system. Alternatively compile from source: (to get the latest updates)
``` ```
$ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader $ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader
...
$ cd KIT-ILIAS-downloader $ cd KIT-ILIAS-downloader
$ cargo build --release $ cargo install --path .
...
$ cp target/release/KIT-ILIAS-downloader [directory in $PATH]
``` ```
## Usage ## Usage
@ -25,7 +24,7 @@ Only content on your [personal desktop](https://ilias.studium.kit.edu/ilias.php?
``` ```
$ KIT-ILIAS-downloader --help $ KIT-ILIAS-downloader --help
KIT-ILIAS-downloader 0.2.5 KIT-ILIAS-downloader 0.2.14
USAGE: USAGE:
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output> KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>