summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-07-26 23:38:18 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-07-26 23:38:18 -0700
commit04f18f3554287fbf26726e2404c390ca104354d9 (patch)
treed165e99cf5ad6fe044ae1fa9fcaf61e3c0841b72 /README.md
parent9e5b751ba0f8ab4b37d416e948ebc2e478694284 (diff)
Update README.md
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 2f3ebf5..7fcc5d5 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,10 @@ A fuzzy text selector for terminals in C inspired by
and
[dmenu](http://tools.suckless.org/dmenu/)
+## Installation
+
+ $ make
+ $ sudo make install
+
+The `PREFIX` environment variable can be used to specify the install location,
+the default is `/usr/local`.