diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0a1a2948ef0926a5449cc15af29ca3f0818fb4fa --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# steam-runtime-fix + +## Background +Steam is broken out of the box when home folders are mounted over NFS. + +This is because `steam-runtime` is stored in `~/.local/share/Steam` by default. + +`steam-runtime-fix` is a quick helper script which will move `steam-runtime` into a specified local folder (`/opt/steam-runtimes/$USER` by default) and create the necessary symlinks for Steam to use it.