From 656d308a97f44f04beccdbf6e4bb2f8f8a043f7b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 14 Sep 2016 12:31:32 +0200 Subject: [PATCH 1/2] Add install instructions for openSUSE --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 39f26d3..cf9ad42 100644 --- a/INSTALL.md +++ b/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/ From c75ce390de3bf2e3297f22860682fd0a0236df65 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 18 Sep 2016 16:22:47 +0200 Subject: [PATCH 2/2] Add package manager instructions for openSUSE no-more-secrets is now in the 'games' repository of openSUSE. --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index cf9ad42..5141e46 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,6 +54,15 @@ sudo make install #### 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 in ncurses-devel