Skip to content

Commit b18c5d9

Browse files
committed
update README.md
1 parent 31ed6a4 commit b18c5d9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ All the above are pre-required and the require.cache got replaced according to y
4646

4747
To understand more, you can see the rewire [source code](https://github.com/raymondsze/create-react-scripts/blob/master/packages/create-react-scripts/rewire.js) here.
4848

49+
# Installation
50+
-----------------
51+
`npm i -S react-scripts create-react-scripts` or `yarn add react-scripts create-react-scripts`
52+
4953
# How to use?
5054
-----------------
5155
#### Option 1: Create your own react-scripts

packages/create-react-scripts/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ All the above are pre-required and the require.cache got replaced according to y
4646

4747
To understand more, you can see the rewire [source code](https://github.com/raymondsze/create-react-scripts/blob/master/packages/create-react-scripts/rewire.js) here.
4848

49+
# Installation
50+
-----------------
51+
`npm i -S react-scripts create-react-scripts` or `yarn add react-scripts create-react-scripts`
52+
4953
# How to use?
5054
-----------------
5155
#### Option 1: Create your own react-scripts

0 commit comments

Comments
 (0)