You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update README.md with base LinuxGSM image details
This commit refactors the README.md file to provide a more concise and informative description of the base LinuxGSM image. It replaces the previous note with a clear statement that this is the base image only, and directs users to use docker-gameserver for full game servers. Additionally, it updates the information about the container image build frequency from daily to weekly.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# LinuxGSM Docker Image
2
2
3
-
> Note this is the base LinuxGSM image. For full game servers use <ahref="https://github.com/GameServerManagers/docker-gameserver">docker-gameserver</a>
3
+
## This is the base LinuxGSM image only.
4
+
## Use <ahref="https://github.com/GameServerManagers/docker-gameserver">docker-gameserver</a> for full game servers
LinuxGSM is a command-line tool for quick, simple deployment and management of Linux dedicated game servers. This container image builds daily and is available on [Docker Hub](https://hub.docker.com/r/gameservermanagers/linuxgsm) as well as [GitHub Container Registry](https://github.com/GameServerManagers/docker-linuxgsm/pkgs/container/linuxgsm).
17
+
LinuxGSM is a command-line tool for quick, simple deployment and management of Linux dedicated game servers. This container image builds weekly and is available on [Docker Hub](https://hub.docker.com/r/gameservermanagers/linuxgsm) as well as [GitHub Container Registry](https://github.com/GameServerManagers/docker-linuxgsm/pkgs/container/linuxgsm).
0 commit comments