summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--infos.yaml2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f1cd03..f133e1d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# Course Calendar
+How to:
+1. Install requirements.txt
+2. Adjust `infos.yaml` to your needs
+3. Launch `main.py`
+
+# Example
```
+--------------+--------------+--------------+--------------+--------------+--------------+
| Week 33 | Monday | Tuesday | Wednesday | Thursday | Friday |
diff --git a/infos.yaml b/infos.yaml
index bc7aab1..7d55ed3 100644
--- a/infos.yaml
+++ b/infos.yaml
@@ -6,7 +6,7 @@ semester:
output:
date_format: "%b %d"
- format: "text" # Or html/json/csv/latex/mediawiki
+ format: "html" # Or html/json/csv/latex/mediawiki
tables:
calendar:
hidden: no