docs: install from the v1.0.0 release tarball on git.dreamodus.software
This commit is contained in:
parent
54d006b137
commit
b3eaa604c2
5 changed files with 28 additions and 9 deletions
10
README.md
10
README.md
|
|
@ -43,9 +43,15 @@ import { MetalKnob, LEDKnob, Fader, logTaper } from 'dreamknob'
|
|||
|
||||
See `packages/dreamknob/README.md` and the docs app for the full API.
|
||||
|
||||
## Using it in another app (without publishing)
|
||||
## Using it in another app
|
||||
|
||||
The package builds to `packages/dreamknob/dist` (ESM + CJS + types). Three options:
|
||||
The easiest way is the published release on our Forgejo:
|
||||
|
||||
```bash
|
||||
pnpm add https://git.dreamodus.software/Dreamodus/DreamKnob/releases/download/v1.0.0/dreamknob-1.0.0.tgz
|
||||
```
|
||||
|
||||
Or build locally — the package builds to `packages/dreamknob/dist` (ESM + CJS + types):
|
||||
|
||||
```bash
|
||||
# 1. Tarball (most robust — behaves exactly like an npm install)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue