Merge pull request #2176 from gerhard/capture-arm-vs-intel-homebrew-differences

docs: Mention macOS ARM vs Intel Homebrew dagger install path diff
This commit is contained in:
Gerhard Lazu 2022-04-14 14:28:12 +01:00 committed by GitHub
commit 629604fa21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: