From 569c22ba4974b53b88732aa289558bcfe517737e Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sun, 21 Oct 2018 02:45:25 -0400 Subject: [PATCH] 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 --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index ade502e..50a0464 100644 --- a/docs/development.md +++ b/docs/development.md @@ -3,7 +3,7 @@ ### 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 ``` @@ -25,4 +25,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 +```