From 656d308a97f44f04beccdbf6e4bb2f8f8a043f7b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 14 Sep 2016 12:31:32 +0200 Subject: [PATCH] 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/