added instruction for downloading babel-browser (#6960)

This commit is contained in:
Keyan Zhang
2016-06-03 15:43:32 -07:00
parent 2719c2e795
commit 5d12c3c20d

View File

@@ -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/
```