diff --git a/README.md b/README.md index 740b15a..c2efa6f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To get started, follow these steps: For configuration, use the `.env.override` file. For example, setting an external IP for listening: ```bash - echo 'EXTERNAL_LISTEN_HOSTS= > .env.override + echo 'EXTERNAL_LISTEN_HOSTS=" "' >> .env.override ``` More information can be found [here](../../wiki/Configuration). 5. **Run the project:**