File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,23 @@ $ jekyll serve # this compiles files and starts a server on localhost:4000.
3939
4040[ Jekyll usage] ( https://github.com/mojombo/jekyll/wiki/usage )
4141
42- Version of ruby used is very old 1.7.3
43- It seems there is
44- [ no tag on github for this version] ( https://github.com/ruby/ruby/tags?after=v1_8_3_preview2 )
4542
43+ About the version of ruby explained
44+ ==========
4645
47- Get Ruby 1.7.3
48- ==============
49-
50- It's available from this Organization's repo at
51- https://github.com/ruby-hacking-guide/ruby-1.7.3
46+ The version of ruby used is ruby (1.7.3 2002-09-12).
47+ It's almost a year before the release of Ruby 1.8.0,
48+ so things explained in this book are basically the same in Ruby 1.8.
5249
53- ` git clone git://github.com/ruby-hacking-guide/ruby-1.7.3.git `
50+ The details about this version are written in the
51+ [ Introduction] ( http://ruby-hacking-guide.github.io/intro.html )
5452
55- or from the original site zipped up
53+ You can download it from the official support site of the book.
5654http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz
55+ http://i.loveruby.net/ja/rhg/ar/ruby-rhg.zip
56+
57+ It's also available from this Organization's repo at
58+ https://github.com/ruby-hacking-guide/ruby-1.7.3
5759
5860
5961License
You can’t perform that action at this time.
0 commit comments