Fix typo (#246)
This commit is contained in:
@@ -67,7 +67,7 @@ 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 hard way (automatic)*: `make copy-install` will copy the bin files into /usr/local/bin (uninstall with `make usrlocal-uninstall`).
|
||||||
- *The symlinks way*: `make synlinks-install` will make symlinks of the bin files into /usr/local/bin (uninstall with `make usrlocal-uninstall`) (useful when doing development)
|
- *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`
|
- *The MacPorts Way*: `sudo port install vcs_blackbox`
|
||||||
- *The Homebrew Way*: `brew install blackbox`
|
- *The Homebrew Way*: `brew install blackbox`
|
||||||
- *The RPM way*: Check out the repo and make an RPM via `make packages-rpm`; now you can distribute the RPM via local methods. (Requires [fpm](https://github.com/jordansissel/fpm).)
|
- *The RPM way*: Check out the repo and make an RPM via `make packages-rpm`; now you can distribute the RPM via local methods. (Requires [fpm](https://github.com/jordansissel/fpm).)
|
||||||
|
|||||||
Reference in New Issue
Block a user