Skip to content

Commit

Permalink
docs(quick install): curl needs redirect flag
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gregory <[email protected]>
  • Loading branch information
huntergregory committed Dec 5, 2024
1 parent 0f743ee commit 2918d72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/policy-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ verdict walkthrough:
Download the latest `policy-assistant` release either from GitHub ([web page](https://github.com/kubernetes-sigs/network-policy-api/releases/v0.0.1-policy-assistant)) or via these bash commands:

```bash
curl -O https://github.com/kubernetes-sigs/network-policy-api/releases/download/v0.0.1-policy-assistant/policy-assistant_linux_amd64.tar.gz
curl -LO https://github.com/kubernetes-sigs/network-policy-api/releases/download/v0.0.1-policy-assistant/policy-assistant_linux_amd64.tar.gz
# optionally verify check sum
tar -xvf policy-assistant_linux_amd64.tar.gz
./policy-assistant analyze --help
sudo mv policy-assistant_linux_amd64/policy-assistant /usr/bin/policy-assistant
policy-assistant analyze --help
```

Alternatively, [install from source](#make-from-source).
Expand Down

0 comments on commit 2918d72

Please sign in to comment.