Skip to content

Commit 4ed3b2b

Browse files
CopilotMossaka
andauthored
docs: condense get started fast section (#504)
* Initial plan * docs: shorten get started fast section Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * docs: add usage to get started fast Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
1 parent eba6ce8 commit 4ed3b2b

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ See [Compatibility](docs/compatibility.md) for full details on supported version
2121

2222
## Get started fast
2323

24-
- **Prerequisite:** Docker is running
25-
- **Install:**
26-
```bash
27-
curl -sSL https://raw.githubusercontent.com/github/gh-aw-firewall/main/install.sh | sudo bash
28-
```
29-
- **Run your first command:**
30-
```bash
31-
sudo awf --allow-domains github.com -- curl https://api.github.com
32-
```
33-
The `--` separator passes the command you want to run behind the firewall.
24+
```bash
25+
curl -sSL https://raw.githubusercontent.com/github/gh-aw-firewall/main/install.sh | sudo bash
26+
sudo awf --allow-domains github.com -- curl https://api.github.com
27+
```
28+
29+
The `--` separator divides firewall options from the command to run.
3430

3531
### GitHub Copilot CLI in one line
3632

0 commit comments

Comments
 (0)