Skip to content

Commit 4224129

Browse files
committed
Fix instructions for downloading on macOS
1 parent cbc5671 commit 4224129

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

getting-started/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ GatewayD releases are available as standalone binaries for Linux, Windows and ma
2121

2222
Download and extract the archive for your platform, then place the `gatewayd(.exe)` binary in your `PATH` to run it from any location. The [`gatewayd.yaml`](/using-gatewayd/configuration#global-configuration) and [`gatewayd_plugins.yaml`](/using-gatewayd/configuration#plugins-configuration) configuration files are located next to the gatewayd binary in the downloaded archive. These are the default global and plugins configuration files for GatewayD. Extract them to your desired location and use them as a starting point for your configuration.
2323

24-
For Unix-like systems, you can use the following commands to download and extract the archive:
24+
For Linux-based distributions, you can use the following commands to download and extract the archive:
2525

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

30+
For macOS, you can use the following commands to download and extract the archive:
31+
32+
```bash
33+
curl -L https://github.com/gatewayd-io/gatewayd/releases/download/{% github_latest_release gatewayd-io/gatewayd %}/gatewayd-darwin-amd64-{% github_latest_release gatewayd-io/gatewayd %}.tar.gz | tar zxvf -
34+
```
35+
3036
For Windows, you can use the following commands to download and extract the archive:
3137

3238
```bash

0 commit comments

Comments
 (0)