aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-16 10:08:29 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-16 10:08:29 -0400
commit0d041890425279dfb8d17f5943ca49b0effbff61 (patch)
treea122cf2b32b9ce641f238daf59af1feb57878220
parenta2a4214e4ffdb8f03a025454357e260deea93bc4 (diff)
Correction about make install behavior
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 384aaf7c..657a3a1e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Compiling:
make
# sudo make install
-Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
+Binary shows up in `./bin` (or `/usr/local/bin` if you `make install`).
## Configuration