diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-16 10:08:29 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-16 10:08:29 -0400 |
commit | 0d041890425279dfb8d17f5943ca49b0effbff61 (patch) | |
tree | a122cf2b32b9ce641f238daf59af1feb57878220 | |
parent | a2a4214e4ffdb8f03a025454357e260deea93bc4 (diff) |
Correction about make install behavior
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |