From 5ee696239d8e3135bd5f261960f60cd2c1a330cd Mon Sep 17 00:00:00 2001 From: sblondon Date: Fri, 30 Aug 2019 12:50:40 +0200 Subject: [PATCH] Missing closing parenthesis A `)` parenthesis is missing in the README file. This PR adds it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa779d..50cd5a3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The ability to be open and transparent about our code, with the exception of a f Installation Instructions ========================= -- *The hard way (manual*: Copy all the files in "bin" to your "bin". +- *The hard way (manual)*: Copy all the files in "bin" to your "bin". - *The hard way (automatic)*: `make copy-install` will copy the bin files into /usr/local/bin (uninstall with `make usrlocal-uninstall`). - *The symlinks way*: `make symlinks-install` will make symlinks of the bin files into /usr/local/bin (uninstall with `make usrlocal-uninstall`) (useful when doing development) - *The MacPorts Way*: `sudo port install vcs_blackbox`