File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,23 @@ MARKDOWN
44
55step "Install RVM" do
66 console "curl -L get.rvm.io | bash -s stable"
7- message "This will do some stuff and print a long message which you can ignore."
7+ message "This will download and install RVM."
8+
9+ important do
10+ message <<-EOT
11+ You might see an error like "**GPG signature verification failed**"
12+
13+ If so, run the suggested command to add RVM's GPG keys:
14+
15+ `gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3`"
16+
17+ (the command may start with `gpg` or `gpg2` -- use whichever was provided in the RVM error message)
18+
19+ Afterward, try installing RVM again:
20+
21+ `curl -L get.rvm.io | bash -s stable`
22+ EOT
23+ end
824end
925
1026step "Configure your shell" do
You can’t perform that action at this time.
0 commit comments