Skip to content

Commit e060d99

Browse files
authored
Merge pull request #559 from fishtown-analytics/amychen1776-patch-2
Update/ installation.md
2 parents ba92513 + 25ea141 commit e060d99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/dbt-cli/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ You can install and use multiple versions of dbt with Homebrew through something
3737

3838
```shell
3939
brew unlink dbt
40-
brew install dbt@0.17.0
41-
brew link dbt@0.17.0
40+
brew install dbt@0.19.0
41+
brew link dbt@0.19.0
4242
```
4343

44-
Now, you can use dbt version 0.17.0:
44+
Now, you can use dbt version 0.19.0:
4545

4646
```shell
4747
$ dbt --version
@@ -51,7 +51,7 @@ installed version: 0.17.0
5151
You can switch between versions by linking the one you want to use:
5252

5353
```shell
54-
brew unlink dbt@0.17.0
54+
brew unlink dbt@0.19.0
5555
brew link dbt
5656
```
5757

0 commit comments

Comments
 (0)