From ca430ac1905dc448e1e6ac646d3c6c3f255e6a4d Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Mon, 3 May 2021 13:25:02 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef665c3..c7237bf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This repository contains a docker image with a dedicated server for Insurgency S This image will be build everyday so you don’t have to update anything inside a container. I tried to build the image as “best-practice” as possible and to document everything for you. #### Official documentation: [Sandstorm Server Admin Guide](https://sandstorm-support.newworldinteractive.com/hc/en-us/articles/360049211072-Server-Admin-Guide) +#### Another Server Admin Guide [Server Admin Guide by mod.io](https://insurgencysandstorm.mod.io/guides/server-admin-guide) +#### More config examples: [Configs by zWolfi](https://github.com/zWolfi/INS_Sandstorm) +#### ISMC Guide: [ISMCmod Installation Guide](https://insurgencysandstorm.mod.io/guides/ismcmod-installation-guide) + ## How to build Insurgency Sandstorm dedicated server cd directory where ```Dockerfile``` ```docker build -t andrewmhub/insurgency-sandstorm:latest .``` or get it on docker hub ```docker pull andrewmhub/insurgency-sandstorm```