Skip to content

Commit

Permalink
Add more explicit setup directions (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle authored and hzoo committed Aug 5, 2016
1 parent 38d0f08 commit 22f50ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ This repo also contains babel's [source documentation](https:/babel/
### Setup
* [Please install ruby](https://www.ruby-lang.org/en/documentation/installation/), if not already installed.
* Use `which ruby` or `ruby --version`, to verify if ruby is installed.
* Make sure `bundler` is installed by running `gem install bundler`
* Install `jekyll` dependencies by running `bundle install`
* `npm i` to install this package's dependencies
* To start the web server on your machine, check out this repo and run `npm start`.

0 comments on commit 22f50ee

Please sign in to comment.