From 34bda4158fa70827fde1facd1253dedaea1439f9 Mon Sep 17 00:00:00 2001 From: zoe1 Date: Fri, 30 Jul 2021 18:34:59 +0200 Subject: [PATCH] one code line fix --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/index.html b/en/index.html index ee518651..34cc5a60 100644 --- a/en/index.html +++ b/en/index.html @@ -298,7 +298,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