mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-17 13:00:38 -04:00
Add prompts to all code blocks with bash session
This commit is contained in:
parent
b0395e618c
commit
2d2bcb06a6
72 changed files with 513 additions and 497 deletions
|
@ -31,7 +31,7 @@ The following example demonstrates one method of obtaining the qubes-secpack and
|
|||
|
||||
1. Use Git to clone the qubes-secpack repo.
|
||||
|
||||
.. code::
|
||||
.. code:: console
|
||||
|
||||
$ git clone https://github.com/QubesOS/qubes-secpack.git
|
||||
Cloning into 'qubes-secpack'...
|
||||
|
@ -44,7 +44,7 @@ The following example demonstrates one method of obtaining the qubes-secpack and
|
|||
|
||||
2. Import the included PGP keys. See our `PGP key policies <#pgp-key-policies>`__ for important information about these keys.
|
||||
|
||||
.. code::
|
||||
.. code:: console
|
||||
|
||||
$ gpg --import qubes-secpack/keys/*/*
|
||||
gpg: directory `/home/user/.gnupg' created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue