Correction about make install behavior

This commit is contained in:
Drew DeVault 2015-08-16 10:08:29 -04:00
parent a2a4214e4f
commit 0d04189042
1 changed files with 1 additions and 1 deletions

View File

@ -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