Skip to content

Commit e228617

Browse files
committed
docs: Update README with improved GitHub Packages installation instructions
- Added .npmrc file creation example for project-level configuration - Clarified installation instructions for both registries - Improved documentation for GitHub Packages setup
1 parent 5b364a9 commit e228617

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ npm install @syrex1013/bolt-driver-api
6262
echo "@syrex1013:registry=https://npm.pkg.github.com" >> ~/.npmrc
6363
```
6464

65+
**Or create a `.npmrc` file in your project:**
66+
67+
```
68+
@syrex1013:registry=https://npm.pkg.github.com
69+
```
70+
6571
## 🎯 Quick Start
6672

6773
### Basic Usage

0 commit comments

Comments
 (0)