Skip to content

Commit 0f1dcc4

Browse files
committed
Minor cleanup in aisle README
1 parent 6ec6990 commit 0f1dcc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ We use redcarpet 3.1 and jekyll 2 (currently in alpha) to generate the html. Ess
1212

1313
## Building
1414

15-
Travis CI builds the spec automatically on every commit and . To preview locally, run `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` and surf to 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`.
15+
Travis CI builds the spec automatically on every commit to master and publishes to http://www.scala-lang.org/files/archive/spec/2.11/.
16+
17+
To preview locally, run `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` (in the root of your checkout of scala/scala),
18+
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`.
19+
1620

1721
## General Advice for editors
1822

0 commit comments

Comments
 (0)