From 39cbe0f613037418776c9f15d4b50a62b7eaea5a Mon Sep 17 00:00:00 2001 From: Maayan Salom Date: Wed, 21 Dec 2022 02:39:54 +0200 Subject: [PATCH] Update README.md (#77) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a78f52..e082cd2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,12 @@ Macros that generate dbt code, and log it to the command line. # Installation instructions New to dbt packages? Read more about them [here](https://docs.getdbt.com/docs/building-a-dbt-project/package-management/). -1. Include this package in your `packages.yml` file — check [here](https://hub.getdbt.com/dbt-labs/codegen/latest/) for the latest version number. +1. Include this package in your `packages.yml` file — check [here](https://hub.getdbt.com/dbt-labs/codegen/latest/) for the latest version number: +```yml +packages: + - package: dbt-labs/codegen + version: X.X.X ## update to latest version here +``` 2. Run `dbt deps` to install the package. # Macros