summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90fb9df..9c66b77 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,14 @@ usage:
build with zig
-run using dmenu_run script
+```zig build```
+
+put ``zig-out/bin/dmenu_runner`` somewhere in your PATH, e.g.
+
+```
+sudo cp zig-out/bin/dmenu_runner /usr/bin/
+```
+
+run using ``dmenu_run`` script in the repo
+
+![screenshot](https://i.imgur.com/mQVrjve.png)