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 <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-04-13 18:46:00 +01:00
parent 2e7ae4fdf0
commit 08727f2af6
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

@ -33,11 +33,14 @@ If you do, you can install `dagger` with a single command:
brew install dagger/tap/dagger brew install dagger/tap/dagger
``` ```
This installs `dagger` in `/opt/homebrew/bin`: This installs `dagger` in:
```shell ```shell
type dagger type dagger
# macOS ARM:
dagger is /opt/homebrew/bin/dagger 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: If you do not have Homebrew installed, or you want to install a specific version of `dagger`, you can run: