Instructions to build on last tagged release. Curent code in master has some bugs

modified:   README.md
This commit is contained in:
Brian Barto 2016-05-11 19:45:33 -04:00
parent db52fbe346
commit c716f18f93
1 changed files with 1 additions and 0 deletions

View File

@ -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
```