From 380e35795ce4a822533a1e20cc71c36f97b221c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:34:59 +0000 Subject: [PATCH 1/3] Initial plan From 05b5ba9fd8f2be5140fe23521adc2db0b6ac59e1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:36:08 +0000 Subject: [PATCH 2/3] docs: shorten get started fast section Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f594543..83b7bbcc 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,9 @@ See [Compatibility](docs/compatibility.md) for full details on supported version ## Get started fast -- **Prerequisite:** Docker is running -- **Install:** - ```bash - curl -sSL https://raw.githubusercontent.com/github/gh-aw-firewall/main/install.sh | sudo bash - ``` -- **Run your first command:** - ```bash - sudo awf --allow-domains github.com -- curl https://api.github.com - ``` - The `--` separator passes the command you want to run behind the firewall. +```bash +curl -sSL https://raw.githubusercontent.com/github/gh-aw-firewall/main/install.sh | sudo bash +``` ### GitHub Copilot CLI in one line From 5b0fd21827f04583ac6d87b3da7debc82b0d82a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:11:57 +0000 Subject: [PATCH 3/3] docs: add usage to get started fast Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83b7bbcc..6096e787 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,11 @@ See [Compatibility](docs/compatibility.md) for full details on supported version ```bash curl -sSL https://raw.githubusercontent.com/github/gh-aw-firewall/main/install.sh | sudo bash +sudo awf --allow-domains github.com -- curl https://api.github.com ``` +The `--` separator divides firewall options from the command to run. + ### GitHub Copilot CLI in one line ```bash