From 2ed10571cf9eca05560cabf0ace2fbb8a46685d8 Mon Sep 17 00:00:00 2001 From: Malik <75104021+7malikk@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:30:55 +0100 Subject: [PATCH] Added conditional installation guide for gnupg2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1cfaa2971..9bfcab5ef0 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Before continuing with the installation steps in this README, users of Windows S * `sudo apt install libyaml-dev make pkg-config sqlite3 zlib1g-dev libgmp-dev` * `sudo apt install libreadline-dev libssl-dev` 2. Add GPG Key & Install RVM: - * `sudo apt install gnupg2` + * Install gnupg2 if you haven't already: `sudo apt install gnupg2` * `gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB` * `curl -sSL https://get.rvm.io | bash -s stable` 3. Load the Script environment variables using source command: