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:
commit
629604fa21
@ -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:
|
||||||
|
Reference in New Issue
Block a user