summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 74658ff..fb3f15e 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,3 @@ The [Ostfalia SPlus lecture schedule](http://splus.ostfalia.de) is complicated t
Run `npm install` to install the necessary dependencies. Copy `config-example.json`.
Start with `npm start ./config.json` or export `SPLUS_CONFIG=./config.json`. `./config-example.json` is the default configuration path.
-
-#### Google OAuth setup
-
-Follow the [steps provided by Google](https://developers.google.com/calendar/auth#OAuth2Authorizing).
-You will receive a `client_secret.json` file which contains your Google API credentials. Save this file as `etc/google/client_secret.json`.
-
-Omit `"icsPath"` in the configuration file.