From abed1cec36fbd54bded5285a851f216445f9452d Mon Sep 17 00:00:00 2001 From: Aadya Singh Date: Sun, 9 Aug 2026 18:51:52 +1000 Subject: [PATCH] docs: clarify local server restart note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0659e65a231..1f6c0be8b4e 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ After completing all the relevant [Before you start](#before-you-start) steps ab # Start the app on port 3000 foreman start - # Alternatively, to start the app on a port other than 3000 (e.g. 3010) + # Alternatively, to start the app on a port other than 3000, such as 3010 WEB_PORT=3010 foreman start ``` - **Note:** After stopping the non-containerized server, simply run your `foreman start` command again to re-start the server again. If, however, the `foreman start` command fails to run successfully, try re-running the `bin/setup` command again to update any dependencies before running your `foreman start` command again. + **Note:** After stopping the non-containerized server, run your `foreman start` command to restart it. If the `foreman start` command fails, try re-running `bin/setup` to update any dependencies before starting the server again. For containerized development, run the following: