From 1004fa40f89c21d962710dae8c8ca96b8a2a06a3 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Fri, 15 May 2020 11:02:55 +0200 Subject: [PATCH] Add personal desktop example config to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e9b46d3..296d753 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. In this example, `python3` refers to at least Python 3.8. +If you just want to get started and crawl *your entire ILIAS Desktop* instead +of a given set of courses, please replace `example_config.py` with +`example_config_personal_desktop.py` in all of the instructions below (`curl` call and +`python3` run command). + A full example setup and initial use could look like: ``` $ mkdir Vorlesungen