Skip to content

Commit f3b37fb

Browse files
authored
Change yarn install to yarn add for dependencies
1 parent 024a24b commit f3b37fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/01-fundamentals/01-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Installation is pretty straightforward, use your package manager of choice to in
6868
```bash
6969
yarn add react-native-executorch
7070
# For Expo projects
71-
yarn install react-native-executorch-expo-resource-fetcher
71+
yarn add react-native-executorch-expo-resource-fetcher
7272
# For bare React Native projects
73-
yarn install react-native-executorch-bare-resource-fetcher
73+
yarn add react-native-executorch-bare-resource-fetcher
7474
```
7575

7676
</TabItem>

0 commit comments

Comments
 (0)