summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2020-01-06 13:04:22 +1100
committerGitHub <noreply@github.com>2020-01-06 13:04:22 +1100
commit3c386a9d7c3e1a2c94e1cf7f0cd60f80b108cf18 (patch)
tree3ee020f44d3443541f49b9cd67920a7d7103f2a6 /README.md
parentf60041ee7471b24df688728acb7725932fd9eb5b (diff)
parent5a50fb28e5ff7c260f25507bb1a448e348759641 (diff)
Merge pull request #28 from wxcafe/patch-2
Update README to reflect wiki
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 d40c0f0..eb2403f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,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)