8000 Update and simplify mention of Jekyll requirement. · jimschubert/scala.github.com@40d789d · GitHub
[go: up one dir, main page]

Skip to content

Commit 40d789d

Browse files
committed
Update and simplify mention of Jekyll requirement.
1 parent 6c09610 commit 40d789d

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,13 @@ in order to be accepted.
1313

1414
## Dependencies ##
1515

16-
### Unix ###
17-
18-
Jekyll is required. Follow the install instructions at the Jekyll [wiki](https://github.com/mojombo/jekyll/wiki/Install). In most cases, you can install via RubyGems:
19-
20-
gem install jekyll
21-
22-
OSX users might need to update RubyGems:
23-
24-
sudo gem update --system
25-
26-
### Windows ###
27-
28-
Grab the [RubyInstaller](http://rubyinstaller.org/downloads). Try release 1.8.x if you experience unicode problems with 1.9.x.
29-
30-
Follow the instructions for [RubyInstaller DevKit](https://github.com/oneclick/rubyinstaller/wiki/Development-Kit).
31-
32-
Install Jekyll using the gem package manager:
33-
34-
gem install jekyll
16+
Jekyll is required. Follow the install instructions at the Jekyll [documentation site](http://jekyllrb.com/docs/installation/).
3517

3618
## Building & Viewing ##
3719

3820
cd into the `scala.github.com` directory, and build by:
3921

40-
jekyll --server
22+
jekyll server
4123

4224
The generated site is available at `http://localhost:4000`
4325

0 commit comments

Comments
 (0)
0