From ce2cb72563ad60ce0a2b141b258262c8aa2cffcd Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Sat, 10 Jan 2026 01:13:56 +0530 Subject: [PATCH] docs: add custom port instructions to README Co-Authored-By: Claude --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df909fa..9924c8a 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,12 @@ npm start The server runs on `http://localhost:8080` by default. +To use a custom port: + +```bash +PORT=3001 antigravity-claude-proxy start +``` + ### 3. Verify It's Working ```bash