From 08727f2af6729d13129ec7e97d89dca4b620ecd3 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Wed, 13 Apr 2022 18:46:00 +0100 Subject: [PATCH] docs: Mention macOS ARM vs Intel Homebrew dagger install path diff This supersedes https://github.com/dagger/dagger/pull/1998 Signed-off-by: Gerhard Lazu --- docs/getting-started/1200-local-dev.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index d9a498e6..d42d2e24 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -33,11 +33,14 @@ If you do, you can install `dagger` with a single command: brew install dagger/tap/dagger ``` -This installs `dagger` in `/opt/homebrew/bin`: +This installs `dagger` in: ```shell type dagger +# macOS ARM: dagger is /opt/homebrew/bin/dagger +# macOS Intel: +dagger is /usr/local/bin/dagger ``` If you do not have Homebrew installed, or you want to install a specific version of `dagger`, you can run: