From 7c732062453f039de1b7cf9504cce828f136237c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 21:57:38 -0600 Subject: [PATCH] Added requirements, incomplete install instructions to README --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e69de29..bc55357 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,25 @@ +# 7 Days To Die Game Server Linux Scripts +A set of opinionated scripts used to manage 7 days to die. + +# Table of Contents +[_TOC_] + +# Requirements +- Required + - [tmux](https://github.com/tmux/tmux) + - Used to run servers in detached sessions + - [steamcmd](https://developer.valvesoftware.com/wiki/SteamCMD) + - Used to install 7 days to die game servers + +- Optional + - [pv](https://github.com/icetee/pv) + - Used to show progress for backup operations + +# Automatic Installation +*Must* be ran as root, requires `curl`. + +This will configure a user sdtd (Seven Days to Die), and install any [requirements](#requirements). + +```bash +bash -c "$(curl )" +```