From c9563cb000d8718ed83cfe7a2bbd144344910323 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 22:39:55 -0600 Subject: [PATCH] Made a note about the pathing requirements of steamcmd --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15116bc..d880fea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ A set of opinionated scripts used to manage 7 days to die. - Used to run servers in detached sessions - [steamcmd](https://developer.valvesoftware.com/wiki/SteamCMD) - Used to install 7 days to die game servers + - Important, this MUST be in your PATH variable. + This script calls the [general]() installer script + which configures steamcmd to be in `/usr/local/bin`. + If this is not in your path, the deployed scripts will + ***NOT*** work. - Optional - [pv](https://github.com/icetee/pv)