diff --git a/servers/terraria/README.md b/servers/terraria/README.md index d48ef7f..a57d7cd 100644 --- a/servers/terraria/README.md +++ b/servers/terraria/README.md @@ -6,7 +6,7 @@ - +
> Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game. @@ -17,30 +17,20 @@ > > #### Pull the container Image from the mirrors below: > -> [Dockerhub][dockerhub-uri] | [Github Container Registry][pull-link] -> +> [Dockerhub][dockerhub-uri] #### Getting started - To deploy a sample gameserver individually ```bash -task terraria:deploy:gs -# Or if you prefer to use kubectl directly kubectl apply -k github.com/gruberdev/gaming/servers/terraria/deploy/gs ``` -- To deploy a fleet of Terraria servers (with auto-scaling) -```bash -task terraria:deploy:fleet -# Or if you prefer to use kubectl directly -kubectl apply -k github.com/gruberdev/gaming/servers/terraria/deploy/fleet -``` - -- How to request help about CLI commands regarding this game: +- To deploy a fleet of Terraria servers (with auto-scaling) ```bash -task terraria:help +kubectl apply -k github.com/gruberdev/gaming/servers/terraria/deploy/fleet ```