From dad20d3010e20a480ff06203ac7300b4efa05c88 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 16 Dec 2023 18:21:13 -0600 Subject: [PATCH] refine readme, +priorities --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6eed83c..baa7296 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -### steamcmd-container -Extended version of [CM2Walki/steamcmd](https://www.github.com/CM2Walki/steamcmd) +# steamcmd-container -Based on Fedora 35, a newer/more familiar OS (for me). Runs `steamcmd` once on build to update the client from the archive. No other notable changes. +Extended version of [CM2Walki/steamcmd](https://www.github.com/CM2Walki/steamcmd) +based on `Fedora`. -Some bootstrap utilities left around for convenience (`wget`, `less`, `find`), at the cost of size. That is *not* a priority for this image, nearing 500MB. +The goal is to provide a relatively current userspace to support Steam and game +servers. Some utilities have been left in for convenience (*ie:* `wget`, `less`, +`find`). -A wrapper script (`/usr/local/bin/steamcmd`) has been provided in the image to make `steamcmd` slightly more accessible. +Size is *not* a priority for this image/project. Currency and convenience *are*. ### Fedora-driven tweaks `dnf` has been tweaked *slightly* to improve speed/reduce needless resource usage.