mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Simplify installation instructions
This commit is contained in:
parent
fe08f95478
commit
ce6289954b
11
README.md
11
README.md
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user