diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-04 07:01:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 07:01:49 +0200 |
| commit | 97ff201622367c32e07888a0ac34c87b4a985c4c (patch) | |
| tree | 8d12b94a69b6739804ef2cc09d57c32cd9b3a7af | |
| parent | 59e212391b5ee81a000c65871e4ec81109ece3f9 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 + + |
