diff --git a/README.md b/README.md index 10e537ac2031f..58d5a793b9226 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ This application is built with the following principles. 1. Install `node` & `npm`: `brew install node` 2. Install `watchman`: `brew install watchman` 3. Install dependencies: `npm install` -4. Run `cp .env.example .env` and edit `.env` to have your local config options - +4. Run `cp .env.example .env` and edit `.env` to have your local config options (for example, we are curretly hardcoding the pinned chat reports IDs with the `REPORT_IDS` config option). ## Running the web app 🕸 * To run a **Development Server**: `npm run web`