summaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-28 13:44:28 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-28 13:44:28 -0700
commit0f1dcc41cb445eac182c8101a3e0c95594b0f95e (patch)
tree3ec40c836ff36c0b042c786d9b4223051164234d /spec/README.md
parent6ec6990f799f8743c1f6b86f31a0c982888f0358 (diff)
downloadscala-0f1dcc41cb445eac182c8101a3e0c95594b0f95e.tar.gz
scala-0f1dcc41cb445eac182c8101a3e0c95594b0f95e.tar.bz2
scala-0f1dcc41cb445eac182c8101a3e0c95594b0f95e.zip
Minor cleanup in aisle README
Diffstat (limited to 'spec/README.md')
-rw-r--r--spec/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/README.md b/spec/README.md
index 16752c70de..4bba86feba 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -12,7 +12,11 @@ We use redcarpet 3.1 and jekyll 2 (currently in alpha) to generate the html. Ess
## Building
-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`.
+Travis CI builds the spec automatically on every commit to master and publishes to http://www.scala-lang.org/files/archive/spec/2.11/.
+
+To preview locally, run `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` (in the root of your checkout of scala/scala),
+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`.
+
## General Advice for editors