From 81c259fe273c760cc301d6c78b1292a649e134c1 Mon Sep 17 00:00:00 2001 From: endeavorance Date: Sat, 5 Jul 2025 14:03:39 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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