summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-04 07:01:49 +0200
committerGitHub <noreply@github.com>2025-07-04 07:01:49 +0200
commit97ff201622367c32e07888a0ac34c87b4a985c4c (patch)
tree8d12b94a69b6739804ef2cc09d57c32cd9b3a7af
parent59e212391b5ee81a000c65871e4ec81109ece3f9 (diff)
Update 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)