formatting
This commit is contained in:
parent
316552e417
commit
93750523de
32
README.md
32
README.md
|
@ -14,26 +14,30 @@ The simple GPG signature toolchain for directories or git repos.
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Clone
|
1. Clone
|
||||||
```
|
|
||||||
git clone git@gitlab.com/pchq/sig.git sig
|
```
|
||||||
```
|
git clone git@gitlab.com/pchq/sig.git sig
|
||||||
|
```
|
||||||
|
|
||||||
2. Manually verify
|
2. Manually verify
|
||||||
```
|
|
||||||
for file in .sig/*.asc; do gpg --verify $file .sig/manifest.txt; done
|
```
|
||||||
gpg log --show-signature
|
for file in .sig/*.asc; do gpg --verify $file .sig/manifest.txt; done
|
||||||
less sig
|
gpg log --show-signature
|
||||||
```
|
less sig
|
||||||
|
```
|
||||||
|
|
||||||
3. Self verify
|
3. Self verify
|
||||||
```
|
|
||||||
./sig verify --threshold 3
|
```
|
||||||
```
|
./sig verify --threshold 3
|
||||||
|
```
|
||||||
|
|
||||||
4. Copy to $PATH
|
4. Copy to $PATH
|
||||||
```
|
|
||||||
cp sig ~/.local/bin/
|
```
|
||||||
```
|
cp sig ~/.local/bin/
|
||||||
|
```
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue