summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2020-01-07 09:38:25 +0000
committerTom Parker-Shemilt <palfrey@tevp.net>2020-01-07 09:38:25 +0000
commitbb0f9160de2b02fd1a13f40f7702893238b3fe04 (patch)
tree4c9e70b458baaab4e9cdb49a5992e9af25ea0bce /README.md
parentae5e25d7d8a1edac542adf5e5510105aca76c0d9 (diff)
parentc5835cbdbcfe3abda637e298a89b36ebb058c22a (diff)
Merge branch 'master' into docker-travis
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index cfa53d3..0d33a84 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,4 @@ You can use the publicly hosted version [here](https://gath.io).
# Installation
-1. Clone the repository
-2. Open the directory, run `npm install`
-3. Rename `config/api-example.js` and `config/database-example.js` to `config/api.js` and `config/database.js`. For locally hosted versions, the local MongoDB configuration will work fine. To send emails, you need to set up a Sendgrid account and get an API key, which you should paste into `config/api.js`.
-4. Run `npm start`. Enjoy!
+See [the wiki](https://github.com/lowercasename/gathio/wiki/install)