From b9b1431a497f31ff8eeaeee9ad96a3b835f9250d Mon Sep 17 00:00:00 2001 From: Santiago Medina Rolong Date: Mon, 16 Dec 2024 14:49:13 -0800 Subject: [PATCH] Update README.md to specify environment variable setup for API credentials. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46705ed..c9510f7 100644 --- a/README.md +++ b/README.md @@ -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: