Add install instructions for openSUSE
This commit is contained in:
parent
0af55b446a
commit
656d308a97
11
INSTALL.md
11
INSTALL.md
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user