From 797302e4e99e7d62f71694a2a70a23adecb90407 Mon Sep 17 00:00:00 2001 From: mnjx Date: Wed, 21 Jun 2023 17:57:20 +0200 Subject: [PATCH] update: README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9bc0909..614be4b 100755 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Insiration was taken from [@JakubAndrysek](https://github.com/JakubAndrysek)'s [ **Run the program** +| Location | Command | | ------------------------------ | ---------- | | From the repo folder: | `make run` | | From anywhere on the computer: | `solen` | @@ -46,6 +47,7 @@ edit the `src/main.py` and then do the install step (`sudo make install`). There are optional command-line arguments for filtering what should be displayed. Here they are: +| Optional argument | Description | | ----------------------------------- | --------------------------------------------------------------------------------------- | | -t, --today-tomorrow | show the schedule for today and tomorrow | | -w, --week | show the schedule for this week |