diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:07:02 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:07:02 +0200 |
| commit | 871f7b81c9626f896dfcb13977b567a44d800ce3 (patch) | |
| tree | 02412a9d637502b7145ca8b22624837c24ad2cdf /README.md | |
| parent | 3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2 (diff) | |
| parent | b1ca29140b641adc83e16bca5e21d8e31fd56ecd (diff) | |
| download | splus-871f7b81c9626f896dfcb13977b567a44d800ce3.tar.gz splus-871f7b81c9626f896dfcb13977b567a44d800ce3.zip | |
Merge branch 'master' of github.com:schneefux/splus
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |
