From f6cbbaeeba282a57d305edc8a6d6d0b224bba867 Mon Sep 17 00:00:00 2001 From: RonCodes88 Date: Sun, 23 Aug 2026 23:50:10 +0800 Subject: [PATCH] docs: note proxy env var support in install section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6930d..b2404a6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you are an LLM reading this repository, [llms.txt](llms.txt) is the short ver npm install -g @only-cli/oc ``` -Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable. +Requires Node 20+. Requests impersonate Chrome via [impers](https://github.com/lexiforest/impers); falls back to native fetch if impers is unavailable. Outbound fetches honor `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` when set. ### Agent skill