From 07f1b937eeb775a2602e01c46ba567d080bd9360 Mon Sep 17 00:00:00 2001 From: teknomunk Date: Fri, 1 Dec 2023 06:06:04 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a79bac5..4455fd3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ a terminal window: git clone https://gitea.polaris-1.work/teknomunk/apogee.git cd apogee ./build.sh -./apogee +./apogee --listen=$PORT ```` If everything worked correctly, you should see something similar to the following: @@ -51,6 +51,6 @@ Starting section 5 (fetch) ```` The listening port is chosen at random each time the program is run until setup, then the configured -port is used. Open a browser and navigate to http://${hostnameOrIPAddress}:${port}/, then fill in the +port is used. Open a browser and navigate to http://${hostnameOrIPAddress}:${PORT}/, then fill in the required information.