Skip to content

Commit 4fa2028

Browse files
committed
Add note for ARM architecture and different versions
1 parent 4224129 commit 4fa2028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

getting-started/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ curl -L https://github.com/gatewayd-io/gatewayd/releases/download/{% github_late
4040
unzip gatewayd-windows-amd64-{% github_latest_release gatewayd-io/gatewayd %}.zip -d gatewayd
4141
```
4242

43+
{: .note }
44+
> Note that the above commands download the latest release of GatewayD for `amd64` architecture. To download the latest (or a specific) release of GatewayD for `arm64` architecture, replace `amd64` with `arm64` in the above commands and replace the version number in the URL with the desired version number. It is always recommended to use the latest release of GatewayD and its plugins.
45+
4346
### APT and RPM packages
4447

4548
Alternatively, GatewayD is available as APT and RPM packages for Linux distributions. These packages include the `gatewayd` binary and the default global and plugins configuration files. The `gatewayd` binary will be installed in `/usr/bin/gatewayd` and the configuration files will be installed in `/etc` as `/etc/gatewayd.yaml` and `/etc/gatewayd_plugins.yaml`.

0 commit comments

Comments
 (0)