From c0818ec24ddcf27fd2796b0b2383ed166e85b29a Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Mon, 16 May 2016 13:06:59 -0400 Subject: [PATCH] Typo fixes modified: INSTALL.md --- INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index eee1242..0e02559 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,7 +6,7 @@ best applies to you. If your operating system is missing from the list, see 'Gen at the bottom for help. 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 @@ -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: +``` brew install no-more-secrets +``` #### Generic Instructions @@ -84,3 +86,4 @@ make sudo make install ``` +[Back to README](README.md)