Skip to content

Commit 7b3ca78

Browse files
Fixed typos
1 parent 7557a21 commit 7b3ca78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Installation commands for the uniget [CLI](https://github.com/uniget-org/cli).
88

99
```bash
10-
curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linux_$(uname -m).tar.gz \
10+
curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_$(uname -m).tar.gz \
1111
| sudo tar -xzC /usr/local/bin uniget
1212
```
1313

@@ -16,7 +16,7 @@ curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linu
1616
Installation commands for the uniget [CLI](https://github.com/uniget-org/cli):
1717

1818
```bash
19-
curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_linux_$(uname -m).tar.gz \
19+
curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_$(uname -m).tar.gz \
2020
| sudo tar -xzC ~/.local/bin uniget
2121
```
2222

0 commit comments

Comments
 (0)