Skip to content

Commit

Permalink
Merge pull request #279 from chesslablab/issue/278-Update-the-Install…
Browse files Browse the repository at this point in the history
…ation-section

Updated the docs
  • Loading branch information
programarivm authored May 6, 2024
2 parents 22b357e + e411d4e commit 1152b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create an `.env` file:
cp .env.example .env
```

Finally, you may want to add the following entry to your `/etc/hosts` file if running the PHP chess server on your localhost along with [React Chess](https://github.com/chesslablab/spablab) as per the `REACT_APP_WS_HOST` variable defined in the [spablab/.env.example](https://github.com/chesslablab/spablab/blob/main/.env.example) file.
Finally, you may want to add the following entry to your `/etc/hosts` file if running the chess server on your localhost along with the [ChesslaBlab website](https://github.com/chesslablab/website) as per the `WEBSOCKET_HOST` variable defined in the [assets/env.example.js](https://github.com/chesslablab/website/blob/main/assets/env.example.js) file.

```txt
127.0.0.1 async.chesslablab.org
Expand Down

0 comments on commit 1152b17

Please sign in to comment.