Updated Installation (markdown)

Michael Green
2024-09-17 22:21:06 +10:00
parent b61bc42c8f
commit cdcadc7a0e

@@ -119,8 +119,6 @@ volumes:
14. The server can then be started by executing ```dotnet /opt/gaseous-server/gaseous-server.dll```
* If you would like the server to run on a different ip address and port (for example 0.0.0.0:8080), add the --urls argument: ```dotnet /opt/gaseous-server/gaseous-server.dll --urls http://0.0.0.0:8080```
**Note**: The above instructions were tested on macOS Ventura, and Ubuntu 22.04.3. There was a report that Debian 11 had an issue with the git submodule commands (see: https://github.com/gaseous-project/gaseous-server/issues/71). This was possibly due to an older git package.
## Updating from source
1. Stop the server