Skip to content

Commit

Permalink
Fix command to extract the archive properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Nov 19, 2023
1 parent 5a27832 commit a35e365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Download and extract the archive for your platform, then place the `gatewayd(.ex
For Unix-like systems, you can use the following commands to download and extract the archive:

```bash
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 -
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 -
```

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

0 comments on commit a35e365

Please sign in to comment.