From 0d041890425279dfb8d17f5943ca49b0effbff61 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 16 Aug 2015 10:08:29 -0400 Subject: [PATCH] Correction about make install behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 384aaf7c4..657a3a1e2 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