From 5664a232fbda489d5d1e2027667f3b033a94a4b9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 29 Sep 2024 22:15:11 -0400 Subject: [PATCH] docs: :book: Add example with -ti --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5f17c..e644c8f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before starting, ensure you have the [Docker daemon](https://www.docker.com/) a You can run the following in your terminal to get started as quickly as possible. Adjust the image name (`jives/hlds`) so the tag corresponds with the game you want to use. Additionally, you can adjust the server startup arguments by modifying the `command` property; [for a list of available arguments, visit the Valve Developer Wiki](https://developer.valvesoftware.com/wiki/Half-Life_Dedicated_Server). ```bash -docker run -d \ +docker run -d -ti \ --name hlds \ -v "$(pwd)/config:/temp/config" \ -v "$(pwd)/mods:/temp/mods" \