Skip to content

Commit a35e365

Browse files
committed
Fix command to extract the archive properly
1 parent 5a27832 commit a35e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download and extract the archive for your platform, then place the `gatewayd(.ex
2424
For Unix-like systems, you can use the following commands to download and extract the archive:
2525

2626
```bash
27-
curl -L https://github.com/gatewayd-io/gatewayd/releases/download/{% github_latest_release gatewayd-io/gatewayd %}/gatewayd-linux-amd64-{% github_latest_release gatewayd-io/gatewayd %}.tar.gz | tar xvf -
27+
curl -L https://github.com/gatewayd-io/gatewayd/releases/download/{% github_latest_release gatewayd-io/gatewayd %}/gatewayd-linux-amd64-{% github_latest_release gatewayd-io/gatewayd %}.tar.gz | tar zxvf -
2828
```
2929

3030
For Windows, you can use the following commands to download and extract the archive:

0 commit comments

Comments
 (0)