Update README.md

This commit is contained in:
benji7425 2017-12-11 01:18:36 +00:00
parent 8ddb9f7f9f
commit 2852cb5bcb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Should you wish for the data stored about your server to be removed, please cont
1. Clone the repository, or download and extract the zip file (preferrably from the release page)
2. Make sure you have *npm* and *git* installed
3. Run `npm install`
4. Add *token.json* in the root folder: `{ "token": "your-token-goes-here" }`
4. Add *token.json* in the root folder (make sure to include the quotes ""): `"your-token-goes-here"`
5. Run `npm start`
**Note for git users**