From b3dd4deb0cbb6c5151ea70782016297f4a1767e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Fri, 30 Jul 2021 20:14:36 +0200 Subject: [PATCH] en/index: replace the last h6 with h4. --- en/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/index.html b/en/index.html index 34cc5a60..aefb4b7f 100644 --- a/en/index.html +++ b/en/index.html @@ -297,7 +297,8 @@ alt="Step 2.A: Set your passphrase" />

Step 2.a Make a keypair

-
Make your 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:

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