[contributing/setup] adding a checkout step

This commit is contained in:
Spencer 2015-05-01 09:00:27 -07:00
parent ba841b398d
commit bb451bef88

View file

@ -22,6 +22,13 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
```sh
npm install -g grunt-cli bower
```
- Clone the kibana repo and move into it
```sh
git clone https://github.com/elastic/kibana.git kibana
cd kibana
```
- Install node and bower dependencies