From 73a1a4a4af6990cbd508fb870588d04cccd27d62 Mon Sep 17 00:00:00 2001
From: bir-d <20701908+bir-d@users.noreply.github.com>
Date: Mon, 16 Dec 2024 20:13:08 +0800
Subject: [PATCH] add readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0a1a294
--- /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.
-- 
GitLab