README: TS SDK is on npm now; drop git-fallback install path

This commit is contained in:
Keysat
2026-05-11 21:38:40 -05:00
parent 9df8aa5866
commit c19614c297
+2 -5
View File
@@ -29,15 +29,12 @@ startos/licensing/ ← config, store shape, runtime gate
startos/actions/ ← five actions (merge with your existing actions/) startos/actions/ ← five actions (merge with your existing actions/)
``` ```
Add the SDK to your package's `package.json`. The TypeScript SDK isn't yet Add the SDK to your package's `package.json`:
published on npm; install from the GitHub repo directly (the repo is public):
```bash ```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 ## Wire-up, in 4 edits
### 1. Fill in `startos/licensing/config.ts` ### 1. Fill in `startos/licensing/config.ts`