Skip to content

Commit 6b7cac2

Browse files
author
Jan Schulte
committed
add ruby install instructions
1 parent cbcdbcd commit 6b7cac2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ sudo apt-get install build-essential libssl-dev libyaml-dev libreadline-dev open
3030
Install Ruby
3131

3232
```bash
33-
wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz
33+
$ wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz
34+
$ ./configure
35+
$ make
36+
$ sudo make install
3437
```

0 commit comments

Comments
 (0)