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:
parent
2e7ae4fdf0
commit
08727f2af6
@ -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:
|
||||
|
Reference in New Issue
Block a user