Skip to content

Commit

Permalink
Update README.md to specify environment variable setup for API creden…
Browse files Browse the repository at this point in the history
…tials.
  • Loading branch information
Santiago Medina Rolong committed Dec 16, 2024
1 parent 6359276 commit b9b1431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh |

## Configuration

Create a `.env` file with your X API credentials:
Add the following to your environment variables:

```env
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
export CLIENT_ID=your_client_id
export CLIENT_SECRET=your_client_secret
```

Optional environment variables:
Expand Down

0 comments on commit b9b1431

Please sign in to comment.