Skip to content

Commit 4dd5f00

Browse files
committed
update docs
1 parent 17d3d99 commit 4dd5f00

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Installation
22

3-
## Npm Package
3+
## Npm
44
Rvx is available as an [npm package](https://www.npmjs.com/package/rvx).
55
```bash
66
npm i rvx
77
```
88

9+
### Conflicting Dependencies
10+
Using multiple rvx instances at the same time will result in undefined behavior.
11+
12+
You can check with `npm ls` that only one instance is installed:
13+
```bash
14+
npm ls rvx
15+
```
16+
917
## Buildless Options
1018
Rvx can be used without any build system by directly using one of the es module bundles listed below. Note, that these bundles don't include any JSX related code.
1119

0 commit comments

Comments
 (0)