From 971757ee90a9744b2eaa8585c264a66ed24492d4 Mon Sep 17 00:00:00 2001 From: Keyan Zhang Date: Fri, 3 Jun 2016 14:04:03 -0700 Subject: [PATCH] added instruction for downloading babel-browser --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 50448f4a71e9..cd1eaa9be5d2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,6 +33,7 @@ Use Jekyll to serve the website locally (by default, at `http://localhost:4000`) ```sh $ cd react/docs $ bundle exec rake +$ bundle exec rake fetch_remotes $ bundle exec jekyll serve -w $ open http://localhost:4000/react/ ```