Skip to content

Commit 95c1ba4

Browse files
committed
Updated the README for 0.3.9.
1 parent cee8998 commit 95c1ba4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Changes the current Ruby.
3636

3737
## Install
3838

39-
wget -O chruby-0.3.8.tar.gz https://github.com/postmodern/chruby/archive/v0.3.8.tar.gz
40-
tar -xzvf chruby-0.3.8.tar.gz
41-
cd chruby-0.3.8/
39+
wget -O chruby-0.3.9.tar.gz https://github.com/postmodern/chruby/archive/v0.3.9.tar.gz
40+
tar -xzvf chruby-0.3.9.tar.gz
41+
cd chruby-0.3.9/
4242
sudo make install
4343

4444
### PGP
@@ -47,8 +47,8 @@ All releases are [PGP] signed for security. Instructions on how to import my
4747
PGP key can be found on my [blog][1]. To verify that a release was not tampered
4848
with:
4949

50-
wget https://raw.github.com/postmodern/chruby/master/pkg/chruby-0.3.8.tar.gz.asc
51-
gpg --verify chruby-0.3.8.tar.gz.asc chruby-0.3.8.tar.gz
50+
wget https://raw.github.com/postmodern/chruby/master/pkg/chruby-0.3.9.tar.gz.asc
51+
gpg --verify chruby-0.3.9.tar.gz.asc chruby-0.3.9.tar.gz
5252

5353
### setup.sh
5454

0 commit comments

Comments
 (0)