mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Correct statement in readme
This commit is contained in:
parent
117730d6ab
commit
da9aab22d5
10
README.md
10
README.md
@ -5,11 +5,11 @@ Download content from ILIAS. That includes:
|
|||||||
* files
|
* files
|
||||||
* exercise sheets and solutions
|
* exercise sheets and solutions
|
||||||
* Opencast lectures
|
* Opencast lectures
|
||||||
* forum posts (beta)
|
* forum posts
|
||||||
|
|
||||||
## 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. Or compile from source:
|
||||||
```
|
```
|
||||||
$ 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
|
||||||
@ -18,7 +18,11 @@ $ cargo install --path .
|
|||||||
|
|
||||||
## Usage
|
## 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.
|
Only content on your [personal desktop](https://ilias.studium.kit.edu/ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToSelectedItems) will be downloaded.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user