Skip to content

Commit

Permalink
Updated the versions in README to 0.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 13, 2024
1 parent 8952119 commit 6c56c24
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.3/ruby-install-0.9.3.tar.gz
tar -xzvf ruby-install-0.9.3.tar.gz
cd ruby-install-0.9.3/
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.4/ruby-install-0.9.4.tar.gz
tar -xzvf ruby-install-0.9.4.tar.gz
cd ruby-install-0.9.4/
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.3/ruby-install-0.9.3.tar.gz.asc
gpg --verify ruby-install-0.9.3.tar.gz.asc ruby-install-0.9.3.tar.gz
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.4/ruby-install-0.9.4.tar.gz.asc
gpg --verify ruby-install-0.9.4.tar.gz.asc ruby-install-0.9.4.tar.gz
```

### Homebrew
Expand Down

0 comments on commit 6c56c24

Please sign in to comment.