Merge pull request #1961 from sestegra/doc

Update install procedure to support Homebrew on Linux
This commit is contained in:
Andrea Luzzardi 2022-03-31 15:17:01 -07:00 committed by GitHub
commit acc593f388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ slug: /1001/install/
:::
## Option 1: Use Homebrew (Mac OS only)
## Option 1 (Mac OS and Linux): Use Homebrew
From your Mac OS terminal, run the following command:
From a terminal, run the following command:
```shell
brew install dagger/tap/dagger
@ -25,7 +25,7 @@ brew update
brew upgrade dagger
```
## Option 2: Run a shell script
## Option 2 (Mac OS and Linux): Run a shell script
From a terminal, run the following command: