summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-01 23:00:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-01 23:00:30 -0800
commitb374344fff06f20fa5d06d8887b8233a4f93f388 (patch)
treed238f20b49b598e8a4ccc782ea07425e565e5ab1 /README.md
parentca1d9cc65eef62e053a86c912a190a6202ab8252 (diff)
README: Document where the binaries are placed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bcf8c1..c3d7ae9 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ the repository to reduce build dependencies.
If you have GNU make, you can simply `make`, `make test`, and `make
install`. This calls [cmake] to create a `Makefile` in the `build`
directory, then uses that `Makefile` to create the executable and
-library.
+library. The binaries can be found in `build/src`.
For a more portable method, you can use [cmake] manually. [cmake] knows
how to create build environments for many build systems. For example,