diff --git a/Installation.md b/Installation.md index 7de0528..661d678 100644 --- a/Installation.md +++ b/Installation.md @@ -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