From 754b1bde6c9344d50cfcc82d8bd5a4289f36900d Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sat, 13 Oct 2018 13:40:26 -0400 Subject: [PATCH 1/2] 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) --- docs/development.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/development.md b/docs/development.md index ade502e31..87d2c13e1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -3,9 +3,8 @@ ### Setup ```bash $ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git -$ cd react-bootstrap-table +$ cd react-bootstrap-table2 $ npm install -$ lerna bootstrap # ./node_modules/.bin/lerna bootstrap ``` ### Development ```bash @@ -25,4 +24,4 @@ $ npm run storybook $ npm test $ npm run test:watch # for watch mode $ npm run test:coverage # generate coverage report -``` \ No newline at end of file +``` From 2a694c85cd0d0efcd73b6b5749c039017b321f3f Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sat, 20 Oct 2018 10:26:46 -0400 Subject: [PATCH 2/2] Update development.md --- docs/development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development.md b/docs/development.md index 87d2c13e1..50a04646f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -5,6 +5,7 @@ $ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git $ cd react-bootstrap-table2 $ npm install +$ lerna bootstrap # ./node_modules/.bin/lerna bootstrap ``` ### Development ```bash