Skip to content

Commit 569c22b

Browse files
rwaskiewiczAllenFang
authored andcommitted
Update development.md with git clone directory (#605)
* Update development.md - Update directory name that's created after cloning the project - Remove lerna bootstrap step (appears to be run as a postinstall step in npm scripts) * Update development.md
1 parent b1e5c0c commit 569c22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Setup
44
```bash
55
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
6-
$ cd react-bootstrap-table
6+
$ cd react-bootstrap-table2
77
$ npm install
88
$ lerna bootstrap # ./node_modules/.bin/lerna bootstrap
99
```
@@ -25,4 +25,4 @@ $ npm run storybook
2525
$ npm test
2626
$ npm run test:watch # for watch mode
2727
$ npm run test:coverage # generate coverage report
28-
```
28+
```

0 commit comments

Comments
 (0)