diff --git a/README.md b/README.md index 48bf31d..0366978 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,12 @@ 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 +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