Skip to content

Commit 7ec7a45

Browse files
committed
docs: add .env file approach to API key auth instructions
Made-with: Cursor
1 parent 11e2bb3 commit 7ec7a45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ bitrefill --api-key YOUR_API_KEY search-products --query "Netflix"
2929
# Environment variable
3030
export BITREFILL_API_KEY=YOUR_API_KEY
3131
bitrefill search-products --query "Netflix"
32+
33+
# Or copy .env.example to .env and fill in your key
34+
cp .env.example .env
3235
```
3336

3437
## Usage

0 commit comments

Comments
 (0)