Skip to content

Commit 614ff14

Browse files
committed
add linux command
1 parent 4a97654 commit 614ff14

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.MD

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,14 @@ WhiteLightning is designed as a **"generic" Docker image** that works seamlessly
6161

6262
1. Get an OpenRouter API key at **[openrouter.ai/settings/keys](https://openrouter.ai/settings/keys)**.
6363

64-
2. Run the Docker image (works on all platforms):
64+
2. Run the Docker image:
6565

66+
**Mac:**
67+
```bash
68+
docker run --rm -v "$(pwd)":/app/models -e OPEN_ROUTER_API_KEY="YOUR_OPEN_ROUTER_KEY_HERE" ghcr.io/inoxoft/whitelightning:latest python -m text_classifier.agent -p "Categorize customer reviews as positive, neutral, or negative"
69+
```
70+
71+
**Linux:**
6672
```bash
6773
docker run --rm -v "$(pwd)":/app/models -e OPEN_ROUTER_API_KEY="YOUR_OPEN_ROUTER_KEY_HERE" ghcr.io/inoxoft/whitelightning:latest python -m text_classifier.agent -p "Categorize customer reviews as positive, neutral, or negative"
6874
```

0 commit comments

Comments
 (0)