aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```