Skip to content

Commit bb5817b

Browse files
committed
add "quickstart" to top of readme
I'm always looking for these instructions because I can't seem to remember them -- so put them right at the top for forgetful and/or impatient people
1 parent 058618c commit bb5817b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

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

6+
## Quickstart ##
7+
8+
To build and view the site locally:
9+
10+
gem install bundler
11+
bundle install
12+
bundle exec jekyll serve -I
13+
14+
For more details, read on.
15+
616
## Contributing ##
717

818
Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution.

0 commit comments

Comments
 (0)