diff --git a/Dockerfile/STEAM_SERVICE b/Dockerfile/STEAM_SERVICE index 09ebaca..f042670 100644 --- a/Dockerfile/STEAM_SERVICE +++ b/Dockerfile/STEAM_SERVICE @@ -27,4 +27,3 @@ echo 'Wine update completed.' && \ mkdir -p /data && \ chown -R steam:steam ${STEAM} /data /docker && \ chmod 0755 /docker/* && \ - diff --git a/README.md b/README.md index 7021cbc..181b4cf 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ srcds_run ... -pidfile /data/server/{GAME}.pid ``` ### Could not find `steamclient.so` or `[S_API FAIL] SteamAPI_Init() ... or a local steamclient.dll.` -The [Steam Liunus shared libary][6h] could not be found in your path. +The [Steam Linux shared library][6h] could not be found in your path. Be sure to use `su - steam -c` to load the full steam user profile.