Skip to content

Commit 2ab4e68

Browse files
committed
docs: clarify installation instructions and separate library dependencies
1 parent 95268fd commit 2ab4e68

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/docs/installation.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ title: Installation
77

88
Get up and running with Nitro Version Check in your React Native project. The setup takes less than a minute.
99

10-
## Install packages
10+
## Install the library
1111

1212
```sh
13-
bun add react-native-nitro-version-check react-native-nitro-modules
13+
bun add react-native-nitro-version-check
1414
```
1515

16-
or with npm:
16+
> Or use your preferred package manager (`npm`, `yarn`, etc.)
17+
18+
### Nitro Modules
19+
20+
This library requires [react-native-nitro-modules](https://github.com/mrousavy/nitro). If you don't already have it installed, add it:
1721

1822
```sh
19-
npm install react-native-nitro-version-check react-native-nitro-modules
23+
bun add react-native-nitro-modules
2024
```
2125

2226
## Platform setup

0 commit comments

Comments
 (0)