Add Registry Setup section.
This commit is contained in:
parent
c5a38cf4ac
commit
c02a5740ae
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue