From 8f6314a68c32bfab754bec7ced111b7d62d494ea Mon Sep 17 00:00:00 2001 From: bacalhau Date: Fri, 7 Nov 2025 23:43:26 +0000 Subject: [PATCH] changed readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03f6cda..a73e818 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # cs1.6 server container -very minimal cs1.6 server container, should work with reHLDS and all that... +Very minimal cs1.6 server container. +It will download files to the /data directory which you can mount with a compose file to access all server files. MAKE SURE YOU HAVE PERMS OR IT WILL NOT WORK +## Cool things about it: +- access to server files +- starts super quick (because it skips updates) +## Bad things about it: +- couldn't get it to work with reHLDS, which was one of the reasons I made this. ## how to use -Download the repo, and start the compose!!!!! +Download the repo, and start the compose.