Skip to content

Commit 2918d72

Browse files
committed
docs(quick install): curl needs redirect flag
Signed-off-by: Hunter Gregory <[email protected]>
1 parent 0f743ee commit 2918d72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/policy-assistant/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ verdict walkthrough:
3636
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:
3737

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

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

0 commit comments

Comments
 (0)