From c02a5740ae575b285ee14024ffab238c873b986c Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 29 Sep 2022 13:08:29 +0200 Subject: [PATCH] Add Registry Setup section. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ab7d058..1b5758e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ > **Holllo's Preact component library.** +## Registry Setup + +To use this package, add a registry for the `@holllo` scope to your npm configuration. + +``` +npm config set @holllo:registry https://git.bauke.xyz/api/packages/Holllo/npm/ +``` + ## License Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Holllo/preact-components/src/branch/main/LICENSE) for more information.