Typo fixes

modified:   INSTALL.md
This commit is contained in:
Brian Barto 2016-05-16 13:06:59 -04:00
parent a610c7fb7f
commit c0818ec24d
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ best applies to you. If your operating system is missing from the list, see 'Gen
at the bottom for help. at the bottom for help.
If you can supply instructions for an operating system that is not listed here, please email me or If you can supply instructions for an operating system that is not listed here, please email me or
sibmit a pull request updating this document. submit a pull request updating this document.
#### Ubuntu/Debian/Mint Linux #### Ubuntu/Debian/Mint Linux
@ -58,7 +58,9 @@ Install the Homebrew package manager by following the instructiosn on the websit
Once Homebrew is installed, you can install no-more-secrets: Once Homebrew is installed, you can install no-more-secrets:
```
brew install no-more-secrets brew install no-more-secrets
```
#### Generic Instructions #### Generic Instructions
@ -84,3 +86,4 @@ make
sudo make install sudo make install
``` ```
[Back to README](README.md)