From 1f70f0ad57a850eea265c78a092324707e7a13c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Fri, 30 Jul 2021 20:24:34 +0200 Subject: [PATCH] en/index: use for keyboard shortcut. --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/index.html b/en/index.html index aefb4b7f..ae7ab24e 100644 --- a/en/index.html +++ b/en/index.html @@ -299,7 +299,7 @@ alt="Step 2.A: Set your passphrase" />

Step 2.a Make a keypair

Make your keypair

-

Open a terminal. You should be able to find it in your applications (some GNU/Linux systems respond to the the ctrl + alt + t shortcut). Use the following code to create your keypair in the terminal:

+

Open a terminal. You should be able to find it in your applications (some GNU/Linux systems respond to the the ctrl + alt + t shortcut). Use the following code to create your keypair in the terminal:

We will use the command line in a terminal to create a keypair using the GnuPG program. A terminal should be installed on your GNU/Linux operating system, if you are using a macOS or Windows OS system, use the programs "Terminal" (macOS) or "PowerShell" (Windows) that were also used in section 1.

-- 2.25.1