Add brief `trust` description
Getty Ritter
9 years ago
20 | 20 | $ curl some-package.verified | verify | sh |
21 | 21 | ~~~ |
22 | 22 | |
23 | Additionally, if you don't have the public key that signed a | |
24 | package, and want to trust a package _just this one time_, | |
25 | there's a script that can execute verified packages without | |
26 | checking to see if they are trusted first. | |
27 | ||
28 | ~~~.sh | |
29 | $ curl some-package.verified | trust | sh | |
30 | ~~~ | |
31 | ||
23 | 32 | ## Running the Example |
24 | 33 | |
25 | 34 | Make sure that OpenBSD's `signify` is somewhere in your `$PATH`. |