Skip to content

Commit 509e49c

Browse files
authored
docs: use --pm option to specify package manager (#2426)
1 parent c96b9ae commit 509e49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ npx react-native@${VERSION} init ProjectName --template ${TEMPLATE_NAME}
5252
You can force usage of `npm` if you have both `yarn` and `npm` installed on your machine:
5353

5454
```sh
55-
npx react-native@latest init ProjectName --npm
55+
npx react-native@latest init ProjectName --pm npm
5656
```
5757

5858
## Creating custom template

0 commit comments

Comments
 (0)