Merge pull request #25 from jubalh/master

Add install instructions for openSUSE
This commit is contained in:
Brian Barto 2016-09-14 08:00:21 -04:00 committed by GitHub
commit 98defaa866
1 changed files with 11 additions and 0 deletions

View File

@ -52,6 +52,17 @@ make
sudo make install
```
#### openSUSE
```
sudo zypper ref
sudo zypper in ncurses-devel
git clone https://github.com/bartobri/no-more-secrets.git
cd ./no-more-secrets
make
sudo make install
```
#### Mac OSX
Install the Homebrew package manager by following the instructions on the website: http://brew.sh/