aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjc00ke <jesse@jc00ke.com>2016-06-17 21:22:09 -0700
committerjc00ke <jesse@jc00ke.com>2016-06-17 21:29:00 -0700
commit2be198293b0ee9cb903ed1663efe874155e095fa (patch)
treeba742a86cbe8a36b777aad583478c957b2f294ce /README.md
parentUpdate README with support & thanks (diff)
downloadmove-to-next-monitor-2be198293b0ee9cb903ed1663efe874155e095fa.tar.gz
move-to-next-monitor-2be198293b0ee9cb903ed1663efe874155e095fa.tar.bz2
move-to-next-monitor-2be198293b0ee9cb903ed1663efe874155e095fa.zip
Add usage to README
Diffstat (limited to 'README.md')
-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