From da9aab22d53e36c36e1aad52681f93e946524e75 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Wed, 14 Apr 2021 17:24:39 +0200 Subject: [PATCH] Correct statement in readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6f76ac..67087c6 100644 --- a/README.md +++ b/README.md @@ -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 ` to specify the download directory. Username and password have to be provided every time the program is run. +Use `-o ` 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.