README: TS SDK is on npm now; drop git-fallback install path
This commit is contained in:
@@ -29,15 +29,12 @@ startos/licensing/ ← config, store shape, runtime gate
|
||||
startos/actions/ ← five actions (merge with your existing actions/)
|
||||
```
|
||||
|
||||
Add the SDK to your package's `package.json`. The TypeScript SDK isn't yet
|
||||
published on npm; install from the GitHub repo directly (the repo is public):
|
||||
Add the SDK to your package's `package.json`:
|
||||
|
||||
```bash
|
||||
npm install github:keysat-xyz/keysat-client-ts
|
||||
npm install @keysat/licensing-client
|
||||
```
|
||||
|
||||
Once the SDK is published to npm, this becomes `npm install @keysat/licensing-client`.
|
||||
|
||||
## Wire-up, in 4 edits
|
||||
|
||||
### 1. Fill in `startos/licensing/config.ts`
|
||||
|
||||
Reference in New Issue
Block a user