Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading