Merge pull request #29 from jubalh/master
Add package manager instructions for openSUSE
This commit is contained in:
commit
c4b84d9394
@ -54,6 +54,15 @@ sudo make install
|
|||||||
|
|
||||||
#### openSUSE
|
#### openSUSE
|
||||||
|
|
||||||
|
Via package manager:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo zypper ar http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/ games
|
||||||
|
sudo zypper ref
|
||||||
|
sudo zypper in no-more-secrets
|
||||||
|
```
|
||||||
|
|
||||||
|
From source:
|
||||||
```
|
```
|
||||||
sudo zypper ref
|
sudo zypper ref
|
||||||
sudo zypper in ncurses-devel
|
sudo zypper in ncurses-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user