- Commit
- b374344fff06f20fa5d06d8887b8233a4f93f388
- Parent
- ca1d9cc65eef62e053a86c912a190a6202ab8252
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
README: Document where the binaries are placed.
My personal build of CMark ✏️
README: Document where the binaries are placed.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 2 | 1 | 1 |
diff --git 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,