summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
commit5faad9ea56dcf2d715c9e11e07490f50115d25bb (patch)
treea9816a1fa77b8784e8a22120a7ae9715e01a8aa8 /README.md
parent0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff)
First pass at federation!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d40c0f0..6b4025d 100644
--- a/README.md
+++ b/README.md
@@ -8,5 +8,5 @@ You can use the publicly hosted version [here](https://gath.io).
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`.
+3. Rename `config/api-example.js` and `config/database-example.js` and `config/domain-example.js` to `config/api.js` and `config/database.js` and `config/domain.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!