File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,17 @@ Contributors
1515Running the site locally
1616==========
1717
18- First fork the repo on github (create an account if you don't have one)
19-
2018``` sh
21- git clone git@github.com:your_user_name/ruby-hacking-guide.github.com.git
22-
23- gem install jekyll
24-
25- jekyll # this compiles the site
26-
27- jekyll --server # start a server and browse on localhost:4000
28-
29-
19+ $ git clone https://github.com/ruby-hacking-guide/ruby-hacking-guide.github.com
20+ $ gem install jekyll
21+ $ gem install RedCloth
22+ $ jekyll serve # this compiles files and starts a server on localhost:4000.
3023```
3124
3225
3326For Bundler users
3427``` sh
28+ $ git clone https://github.com/ruby-hacking-guide/ruby-hacking-guide.github.com
3529$ bundle install
3630$ jekyll serve # this compiles files and starts a server on localhost:4000.
3731```
You can’t perform that action at this time.
0 commit comments