Browse Source

added instruction for downloading babel-browser (#6960)

main
Keyan Zhang 9 years ago
parent
commit
5d12c3c20d
  1. 1
      README.md

1
README.md

@ -33,6 +33,7 @@ Use Jekyll to serve the website locally (by default, at `http://localhost:4000`)
```sh ```sh
$ cd react/docs $ cd react/docs
$ bundle exec rake $ bundle exec rake
$ bundle exec rake fetch_remotes
$ bundle exec jekyll serve -w $ bundle exec jekyll serve -w
$ open http://localhost:4000/react/ $ open http://localhost:4000/react/
``` ```

Loading…
Cancel
Save