Skip to content

Commit 2d7334d

Browse files
committed
setup can now be done with a single line command
1 parent caae886 commit 2d7334d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ Clean and minimalist React Native template for a quick start with TypeScript.
1414

1515
## :arrow_forward: Quick Start
1616

17-
```
18-
react-native init MyApp --template typescript
19-
cd MyApp
20-
node setup.js
17+
```bash
18+
react-native init MyApp --template typescript && node MyApp/setup.js
2119
```
2220

2321
## :question: FAQ

0 commit comments

Comments
 (0)