Skip to content

Commit

Permalink
ehance readme with copy command (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlok5923 authored Mar 23, 2021
1 parent 862db8d commit a2b19c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ Please refer to the following instructions to setup Oppiabot for the first time
npm install
```

4. The Oppiabot uses environment variables. These are configured in the server settings. To deploy the bot locally, create a `.env` file and copy the contents of `.env.example` to it. You will need to adjust these variables accordingly following the instructions in the subsequent steps.
4. The Oppiabot uses environment variables. These are configured in the server settings. To deploy the bot locally, create a `.env` file and copy the contents of `.env.example` to it. You will need to adjust these variables accordingly following the instructions in the subsequent steps. Run following command to copy `.env.example` to `.env`
```bash
cp .env.example .env
```

5. Go to [smee.io](https://smee.io/) and click **Start a new channel**. Set `WEBHOOK_PROXY_URL` in `.env` to the URL that you are redirected to.

Expand Down

0 comments on commit a2b19c5

Please sign in to comment.