aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-02-23 00:54:46 -0500
committerfrosty <gabriel@bwaaa.monster>2026-02-23 00:54:46 -0500
commit58ea2f4c08c2c5f8dc7fcc63686c6ccbf9c02202 (patch)
tree3a5540118639859fb294ac4de5ab6d310c15a1d1 /README.md
parent3add5ed8899a8f4a442c249913602de6b7d60732 (diff)
downloadinsel-58ea2f4c08c2c5f8dc7fcc63686c6ccbf9c02202.tar.gz
update README with install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d19cfbe..ceeb30d 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,10 @@
Who up selecting they inputs
TUI selector with 1:1 flag parity with dmenu. You can just symlink 'dmenu' to 'insel-run' (or insel if you plan on using from tty only)
+
+## Installation
+```
+git clone https://git.bwaaa.monster/insel
+cd insel
+doas make install
+```