Skip to content

Commit

Permalink
Updated the ruby-install version in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 19, 2023
1 parent 154454d commit 6f1cce9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ ruby-install can even be used with [Chef].
## Install

```shell
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.1/ruby-install-0.9.1.tar.gz
tar -xzvf ruby-install-0.9.1.tar.gz
cd ruby-install-0.9.1/
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.2/ruby-install-0.9.2.tar.gz
tar -xzvf ruby-install-0.9.2.tar.gz
cd ruby-install-0.9.2/
sudo make install
```

Expand All @@ -180,8 +180,8 @@ PGP key can be found on my [blog][1]. To verify that a release was not tampered
with:

```shell
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.1/ruby-install-0.9.1.tar.gz.asc
gpg --verify ruby-install-0.9.1.tar.gz.asc ruby-install-0.9.1.tar.gz
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.2/ruby-install-0.9.2.tar.gz.asc
gpg --verify ruby-install-0.9.2.tar.gz.asc ruby-install-0.9.2.tar.gz
```

### Homebrew
Expand Down

0 comments on commit 6f1cce9

Please sign in to comment.