Skip to content

Commit 8732f3f

Browse files
Hugo PerezHugo Perez
authored andcommitted
docs: update README with clearer GitHub token instructions
Replace placeholder text with more descriptive guidance about GitHub Personal Access Token requirements
1 parent 78b0728 commit 8732f3f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@ A platform-agnostic TypeScript API client for Sovereign Network ZHTP nodes. Prov
1616

1717
## Installation
1818

19-
### Via GitHub Packages
20-
21-
1. **Configure NPM** (one-time setup):
22-
```bash
23-
# Create or edit ~/.npmrc
24-
@sovereign-network:registry=https://npm.pkg.github.com
25-
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_PAT
26-
```
19+
```bash
20+
npm install @sovereign-network/api-client
21+
```
2722

28-
2. **Install**:
29-
```bash
30-
npm install @sovereign-network/api-client
31-
```
23+
That's it. The package is public on GitHub Packages - no authentication required.
3224

3325
## Quick Start
3426

0 commit comments

Comments
 (0)