You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -13,31 +13,13 @@ in order to be accepted.
13
13
14
14
## Dependencies ##
15
15
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/).
35
17
36
18
## Building & Viewing ##
37
19
38
20
cd into the `scala.github.com` directory, and build by:
39
21
40
-
jekyll --server
22
+
jekyll server
41
23
42
24
The generated site is available at `http://localhost:4000`
0 commit comments