From 5d12c3c20d22bbc6e55e32fcd36b787df264e97e Mon Sep 17 00:00:00 2001 From: Keyan Zhang Date: Fri, 3 Jun 2016 15:43:32 -0700 Subject: [PATCH] added instruction for downloading babel-browser (#6960) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50448f4a..cd1eaa9b 100644 --- a/README.md +++ b/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/ ```