docs: add example for the STEAM_ROOT env var

This commit is contained in:
bastimeyer 2021-12-17 05:46:39 +01:00
parent ae9c90b490
commit 8fd3d6a3c7
2 changed files with 10 additions and 0 deletions

View file

@ -67,6 +67,11 @@ Environment variables:
If the game is stored in a different Steam library directory, then this
environment variable needs to be set/changed.
For example, if the game has been installed in the game library located in
/media/games/SteamLibrary/steamapps/common/DayZ
then the STEAM_ROOT env var needs to be set like this:
STEAM_ROOT=/media/games/SteamLibrary
```
## TODO

View file

@ -94,6 +94,11 @@ Environment variables:
If the game is stored in a different Steam library directory, then this
environment variable needs to be set/changed.
For example, if the game has been installed in the game library located in
/media/games/SteamLibrary/steamapps/common/DayZ
then the STEAM_ROOT env var needs to be set like this:
STEAM_ROOT=/media/games/SteamLibrary
EOF
}