Skip to content

Commit c47ab15

Browse files
authored
Merge pull request scala#6014 from Philippus/spec-missing-step
Add missing 'bundle install' step
2 parents 6924353 + 41ffbce commit c47ab15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ We aim to track the configuration GitHub Pages use but at times differences will
1818

1919
Travis CI builds the spec automatically after every merged pull release and publishes to http://www.scala-lang.org/files/archive/spec/2.12/.
2020

21-
To preview locally, run `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` (in the root of your checkout of scala/scala),
22-
and open http://0.0.0.0:4000/. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`.
21+
To preview locally, run the following commands in the root of your checkout scala/scala:
22+
`bundle install` to install Jekyll and `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` to start it,
23+
and open http://0.0.0.0:4000/ to view the spec. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`.
2324

2425
## General Advice for editors
2526

0 commit comments

Comments
 (0)