Skip to content

Commit

Permalink
Release pass-audit 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Apr 26, 2020
1 parent ae8d06f commit cb9b616
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,19 @@ sudo make install # For OSX: make install PREFIX=/usr/local

**Stable version**
```sh
wget https://github.com/roddhjav/pass-audit/releases/download/v1.0.1/pass-audit-1.0.1.tar.gz
tar xzf pass-audit-1.0.1.tar.gz
cd pass-audit-1.0.1
wget https://github.com/roddhjav/pass-audit/releases/download/v1.1/pass-audit-1.1.tar.gz
tar xzf pass-audit-1.1.tar.gz
cd pass-audit-1.1
make
sudo make install # For OSX: make install PREFIX=/usr/local
```

[Releases][releases] and commits are signed using [`06A26D531D56C42D66805049C5469996F0DF68EC`][keys].
You should check the key's fingerprint and verify the signature:
```sh
wget https://github.com/roddhjav/pass-audit/releases/download/v1.0.1/pass-audit-1.0.1.tar.gz.asc
wget https://github.com/roddhjav/pass-audit/releases/download/v1.1/pass-audit-1.1.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-audit-1.0.1.tar.gz.asc
gpg --verify pass-audit-1.1.tar.gz.asc
```

**Local install**
Expand Down

0 comments on commit cb9b616

Please sign in to comment.