diff --git a/articles/enroll-hosts.md b/articles/enroll-hosts.md index 1e6b9a10c8..1c1de13de3 100644 --- a/articles/enroll-hosts.md +++ b/articles/enroll-hosts.md @@ -47,7 +47,8 @@ The `--type` flag is used to specify the fleetd installer type. - macOS: `pkg` - Generating a .pkg on Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. - Windows: `msi` - - Generating a .msi on Windows, macOS, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset). + - Generating a .msi on Windows, Intel Macs, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset). + - Generating a .msi on Apple Silicon Macs requires [Docker](https://docs.docker.com/get-docker) to be installed. If you need to continue using Wine, see [WineHQ wiki](https://gitlab.winehq.org/wine/wine/-/wikis/MacOS). - Linux: `deb`, `rpm`, or `pkg.tar.zst` - `deb`: Debian-based linux (e.g. Ubuntu, Debian). - `rpm`: RPM-based linux (e.g. OpenSUSE, Red Hat, Fedora).