Update README

master
teknomunk 6 months ago
parent a812d07231
commit 07f1b937ee

@ -35,7 +35,7 @@ a terminal window:
git clone https://gitea.polaris-1.work/teknomunk/apogee.git git clone https://gitea.polaris-1.work/teknomunk/apogee.git
cd apogee cd apogee
./build.sh ./build.sh
./apogee ./apogee --listen=$PORT
```` ````
If everything worked correctly, you should see something similar to the following: 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 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. required information.

Loading…
Cancel
Save