mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[contributing/setup] adding a checkout step
This commit is contained in:
parent
ba841b398d
commit
bb451bef88
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue