From 21132fdfb9a9610b22204d40366e186bcb059c86 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 22 Apr 2020 14:11:42 +0200 Subject: [PATCH] Update readme: usage + credits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 498d122..df297c2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ $ cp target/release/KIT-ILIAS-downloader [directory in $PATH] ## Usage +Use `-o ILIAS` to set the download directory and `-j 5` to speed up the download. Username and password have to be provided every time the program is run. + ```sh $ KIT-ILIAS-downloader --help KIT-ILIAS-downloader 0.2.0 @@ -42,4 +44,4 @@ OPTIONS: ## Credits -Inspired by https://github.com/brantsch/kit-ilias-fuse. +Inspired by https://github.com/brantsch/kit-ilias-fuse. Re-implemented because the FUSE downloads were too slow and truncated.