From ee24cae0a180e0f2c7af8153a7a44f773171ad75 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Wed, 13 Dec 2017 19:53:11 +0000 Subject: [PATCH] No longer need exec in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58a6da..97d8c70 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ On unix-based systems: ```sh git clone https://github.com/Tracman-org/Server.git &&\ mv Server tracman-server && cd tracman-server &&\ -exec npm install +npm install ``` You will need to set up a configuration file at `config/env/env.js`. Use `config/env/sample.js` for an example. You can get API keys at the [google developer's console](https://console.developers.google.com/apis/credentials). You will need to set up approved hosts and auth callbacks. There is more information in [their documentation](https://support.google.com/googleapi/answer/6158857?hl=en).