Correct statement in readme

This commit is contained in:
FliegendeWurst 2021-04-14 17:24:39 +02:00 committed by GitHub
parent 117730d6ab
commit da9aab22d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ Download content from ILIAS. That includes:
* files
* exercise sheets and solutions
* Opencast lectures
* forum posts (beta)
* forum posts
## 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. Or compile from source:
```
$ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader
$ cd KIT-ILIAS-downloader
@ -18,7 +18,11 @@ $ cargo install --path .
## Usage
Use `-o <directory>` to specify the download directory. Username and password have to be provided every time the program is run.
Use `-o <directory>` to specify the download directory:
```
$ KIT-ILIAS-downloader -o ./ILIAS
```
Only content on your [personal desktop](https://ilias.studium.kit.edu/ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToSelectedItems) will be downloaded.