From d579d9e7227e49f0209baf67b614ba76d573e23d Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Mon, 29 Sep 2025 18:49:23 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**