Browse code

Update README.md

John Hawthorn authored on 27/07/2014 06:38:18
Showing 1 changed files

... ...
@@ -5,3 +5,10 @@ A fuzzy text selector for terminals in C inspired by
5 5
 and
6 6
 [dmenu](http://tools.suckless.org/dmenu/)
7 7
 
8
+## Installation
9
+
10
+    $ make
11
+    $ sudo make install
12
+
13
+The `PREFIX` environment variable can be used to specify the install location,
14
+the default is `/usr/local`.