From f202717d3590fb8a48fb48b227a6dd29d80b93b9 Mon Sep 17 00:00:00 2001 From: Jonas Holst Damtoft Date: Thu, 15 Feb 2024 14:01:29 +0100 Subject: [PATCH] docs: remove docker pulls from readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ce5273..0dcc150 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![Docker Pulls](https://img.shields.io/docker/pulls/jomik/screeps-server?link=https%3A%2F%2Fhub.docker.com%2Fr%2Fjomik%2Fscreeps-server) - This is an alternative to [screepers/screeps-launcher](https://github.com/screepers/screeps-launcher) ## Why? @@ -13,4 +11,5 @@ Mods and bots are managed at startup by checking your `config.yml`. `npm` is only invoked if changes are made to your `config.yml`. ## Getting started, configuration, updating and troubleshooting + Please check the [wiki](https://github.com/Jomik/screeps-server/wiki)! I will try to keep that one up to date.