summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a047266
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# nocursor
+--------------
+
+## usage:
+set LD_PRELOAD to point to nocursor.so
+
+can be done in steam game launch options:
+
+```
+LD_PRELOAD=/path/to/nocursor.so %command%
+```