Skip to content

Commit 735c812

Browse files
committed
fix(docs): correct curl flags in installation instructions
1 parent f30cd07 commit 735c812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Download the latest binary from the [releases page](https://github.com/arch-err/
77
=== "Linux (amd64)"
88

99
```bash
10-
curl -Lo drone-tui https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_linux_amd64.tar.gz
10+
curl -LO https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_linux_amd64.tar.gz
1111
tar xzf drone-tui_linux_amd64.tar.gz
1212
sudo mv drone-tui /usr/local/bin/
1313
```
1414

1515
=== "macOS (Apple Silicon)"
1616

1717
```bash
18-
curl -Lo drone-tui https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_darwin_arm64.tar.gz
18+
curl -LO https://github.com/arch-err/drone-tui/releases/latest/download/drone-tui_darwin_arm64.tar.gz
1919
tar xzf drone-tui_darwin_arm64.tar.gz
2020
sudo mv drone-tui /usr/local/bin/
2121
```

0 commit comments

Comments
 (0)