diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 14:40:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 14:40:16 -0300 |
commit | a06c7aa6e4d505c0f51c6ed2b7f7bc83e1027a68 (patch) | |
tree | 1c1f53352a100659444b6677eafe70ad860f403e /README.md | |
parent | 00c9b37a6d89fedb0c4b95066d8f27367cbfe7ee (diff) | |
download | kvmx-a06c7aa6e4d505c0f51c6ed2b7f7bc83e1027a68.tar.gz kvmx-a06c7aa6e4d505c0f51c6ed2b7f7bc83e1027a68.tar.bz2 |
Updates README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,10 @@ If you plan to create guest images, you may also want the following packages: Simply clone it and add to your `$PATH`: git clone https://git.fluxo.info/kvmx - cd kvmx && git verify-commit HEAD + +You can also verify the latest commit's OpenPGP signature: + + git -C kvmx verify-commit HEAD ## Basic usage |