From b75528fec653ab557cd73472434712465f137309 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 24 Oct 2022 01:23:06 +0100 Subject: [PATCH] update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e3e87a..2462665 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # SteamCMD Docker Image -[![Docker Pulls](https://img.shields.io/docker/pulls/gameservermanagers/steamcmd.svg)](https://hub.docker.com/r/steamcmd/steamcmd) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gameservermanagers/docker-steamcmd/Docker%20Publish) -[![Codacy Badge](https://app.codacy.com/project/badge/Grade/42d400dcdd714ae080d77fcb40d00f1c)](https://www.codacy.com/gh/GameServerManagers/docker-steamcmd/dashboard?utm_source=github.com&utm_medium=referral&utm_content=GameServerManagers/docker-steamcmd&utm_campaign=Badge_Grade) -[![Discord](https://discordapp.com/api/guilds/127498813903601664/widget.png?style=shield)](https://linuxgsm.com/discord) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://github.com/GameServerManagers/docker-steamcmd/blob/main/LICENSE) +[![Docker Pulls](https://img.shields.io/docker/pulls/gameservermanagers/steamcmd.svg?style=flat-square&logo=docker&logoColor=white)](https://hub.docker.com/r/steamcmd/steamcmd) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gameservermanagers/docker-steamcmd/Docker%20Publish?style=flat-square&logo=github&logoColor=white) +![Codacy grade](https://img.shields.io/codacy/grade/42d400dcdd714ae080d77fcb40d00f1c?style=flat-square) +[![Discord](https://img.shields.io/discord/127498813903601664?color=7289da&logo=discord&logoColor=white&style=flat-square&label=discord)](https://linuxgsm.com/discord) +[![SteamCMD](https://img.shields.io/badge/SteamCMD-000000?style=flat-square&logo=Steam&logoColor=white)](https://developer.valvesoftware.com/wiki/SteamCMD) +![GitHub](https://img.shields.io/github/license/gameservermanagers/docker-steamcmd?style=flat-square) SteamCMD is a command-line version of the Steam client. It allows you to download and install games on a headless server. This container image builds daily and is available on [Docker Hub](https://hub.docker.com/r/gameservermanagers/steamcmd) as well as [GitHub Container Registry](https://github.com/GameServerManagers/docker-steamcmd/pkgs/container/steamcmd). @@ -19,11 +21,13 @@ SteamCMD is a command-line version of the Steam client. It allows you to downloa docker cli ```bash -docker run -it gameservermanagers/steamcmd +docker run -it gameservermanagers/steamcmd:latest ``` +Download Counter Strike: Global Offensive Dedicated Server to current host directory. + ```bash -docker run -it steamcmd/steamcmd:latest +login anonymous +app_update 740 +quit +docker run -it -v $PWD:/data gameservermanagers/steamcmd:latest +force_install_dir /data +login anonymous +app_update 740 +quit ``` # notes