README, keyfork-user-guide: minor fixes
This commit is contained in:
parent
077d845405
commit
11c9bd2ab3
|
@ -108,7 +108,8 @@ To follow these steps please install [git-lfs][gl] and [git-sig][gs].
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Usage instructions can be found in the `keyfork-user-guide` mdBook.
|
Usage instructions can be found in the `keyfork-user-guide` mdBook, which can
|
||||||
|
be opened in-browser by running `mdbook serve --open keyfork-user-guide`.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
```
|
```
|
||||||
|
|
|
@ -6,7 +6,7 @@ Combine `threshold` shares into a previously [`split`] secret.
|
||||||
|
|
||||||
`keyfork-shard-combine-openpgp [key_discovery]`
|
`keyfork-shard-combine-openpgp [key_discovery]`
|
||||||
|
|
||||||
* `key_discovery`: A directory containing OpenPGP keys.
|
* `key_discovery`: A file or directory containing OpenPGP keys.
|
||||||
If the number of keys found is less than `threshold`, an OpenPGP Card
|
If the number of keys found is less than `threshold`, an OpenPGP Card
|
||||||
fallback will be used to decrypt the rest of the messages.
|
fallback will be used to decrypt the rest of the messages.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue