diff --git a/README.md b/README.md index 11c9147..7faa913 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,18 @@ To install through an NPM-compatible package manager, start by configuring your campgrounds = "https://git.astral.camp/api/packages/campgrounds/npm/" ``` +With NPM, put this in your project's .npmrc: + +``` +@campgrounds:registry=https://git.astral.camp/api/packages/campgrounds/npm/ +``` + Then, install the package: ```shell bun add @campgrounds/relay-client +# or +npm i @campgrounds/relay-client ``` ## Events