Skip to content

Commit bfa2551

Browse files
authored
Merge pull request #3 from bu6n/tar-z
Installation instructions: fix tar missing z flag on linux
2 parents dbcae94 + 1f3a745 commit bfa2551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ You can download the latest release from the [Releases page](https://github.com/
4141
x86:
4242

4343
```bash
44-
$ curl -sL https://github.com/tidewave-ai/mcp_proxy_rust/releases/latest/download/mcp-proxy-x86_64-unknown-linux-musl.tar.gz | tar xv
44+
$ curl -sL https://github.com/tidewave-ai/mcp_proxy_rust/releases/latest/download/mcp-proxy-x86_64-unknown-linux-musl.tar.gz | tar zxv
4545
```
4646

4747
arm64 / aarch64:
4848

4949
```bash
50-
$ curl -sL https://github.com/tidewave-ai/mcp_proxy_rust/releases/latest/download/mcp-proxy-aarch64-unknown-linux-musl.tar.gz | tar xv
50+
$ curl -sL https://github.com/tidewave-ai/mcp_proxy_rust/releases/latest/download/mcp-proxy-aarch64-unknown-linux-musl.tar.gz | tar zxv
5151
```
5252

5353
### Windows

0 commit comments

Comments
 (0)