summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index b93ff78..fb3f15e 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@ The [Ostfalia SPlus lecture schedule](http://splus.ostfalia.de) is complicated t
## Setup
-### General
+Run `npm install` to install the necessary dependencies. Copy `config-example.json`.
-Run `npm install` to install the necessary dependencies.
-
-Copy and adjust `config-example.json` and run `npm start config.json`.
+Start with `npm start ./config.json` or export `SPLUS_CONFIG=./config.json`. `./config-example.json` is the default configuration path.