aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 32fd073..9240812 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,15 @@ in this script. Sweet! Glad it can help others.
I mapped `ctrl+alt+n` to exectute this script.
+## Usage
+
+```
+wget https://raw.githubusercontent.com/jc00ke/move-to-next-monitor/master/move-to-next-monitor
+chmod +x move-to-next-monitor
+mv move-to-next-monitor /somewhere/in/your/$PATH
+```
+
+
## Support
Since I don't use Xubuntu and therefore don't have a way to test changes, I'm going to rely on others to QA and give me feedback.
bgstack15