Skip to content

Commit f3b233f

Browse files
committed
update ruby setup instructions
1 parent 5ea71db commit f3b233f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents.
66

7+
## Dependencies ##
8+
9+
This site uses a Jekyll, a Ruby framework. You'll need Ruby and Bundler installed; see [Jekyll installation instructions](https://jekyllrb.com/docs/installation/) for the details.
10+
711
## Quickstart ##
812

913
To build and view the site locally:
1014

11-
gem install --user-install bundler jekyll
15+
bundle install
1216
bundle exec jekyll serve -I
1317

1418
([Trouble on MacOS?](https://github.com/scala/docs.scala-lang/issues/1150))
@@ -53,10 +57,6 @@ Small changes, or corrected typos will generally be pulled in right away. Large
5357
existing documents will be thoroughly reviewed-- please keep in mind that, generally, new documents must be very well-polished, complete, and maintained
5458
in order to be accepted.
5559

56-
## Dependencies ##
57-
58-
This site uses a Jekyll, a Ruby framework. You'll need Ruby and Bundler installed; see [Jekyll installation instructions](https://jekyllrb.com/docs/installation/) for the details.
59-
6060
## Building & Viewing ##
6161

6262
cd into the directory where you cloned this repository, then install the required gems with `bundle install`. This will automatically put the gems into `./vendor/bundle`.

0 commit comments

Comments
 (0)