From c716f18f93732bd69bf549655f21b6e7299c3e45 Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Wed, 11 May 2016 19:45:33 -0400 Subject: [PATCH] Instructions to build on last tagged release. Curent code in master has some bugs modified: README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e22a32..83b05ed 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Next, download and build the standalone executable: ``` git clone https://github.com/bartobri/no-more-secrets.git cd ./no-more-secrets +git checkout tags/v0.1.0 make sudo make install ```