Skip to content

Commit

Permalink
Updated README.md to include GNUPG2 installation for setup on Windows…
Browse files Browse the repository at this point in the history
… WSL (#11465)

* add: gnupg2 installation for Project setup in Windows subsystem for linux - README.md

* add: gnupg2 installation for Project setup in Windows subsystem for linux - README.md

Co-authored-by: RealRichi3 <molunorichie@gmail.comn>
  • Loading branch information
RealRichi3 and RealRichi3 committed Oct 13, 2022
1 parent 1ed53db commit 21dfe4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +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`
* `gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB`
* `curl -sSL https://get.rvm.io | bash -s stable`
3. Load the Script environment variables using source command:
Expand Down

0 comments on commit 21dfe4c

Please sign in to comment.