Skip to content

Commit

Permalink
Release pass-import 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Apr 26, 2020
1 parent 18f517b commit 8a2967a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -368,19 +368,19 @@ sudo make install # For OSX: make install PREFIX=/usr/local

**Stable version**
```sh
wget https://github.com/roddhjav/pass-import/releases/download/v2.6/pass-import-2.6.tar.gz
tar xzf pass-import-2.6.tar.gz
cd pass-import-2.6
wget https://github.com/roddhjav/pass-import/releases/download/v3.0/pass-import-3.0.tar.gz
tar xzf pass-import-3.0.tar.gz
cd pass-import-3.0
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-import/releases/download/v2.6/pass-import-2.6.tar.gz.asc
wget https://github.com/roddhjav/pass-import/releases/download/v3.0/pass-import-3.0.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-import-2.6.tar.gz.asc
gpg --verify pass-import-3.0.tar.gz.asc
```

**Local install**
Expand Down

0 comments on commit 8a2967a

Please sign in to comment.