Skip to content

Commit

Permalink
Update README.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maayan-s authored Dec 21, 2022
1 parent 8112ff2 commit 39cbe0f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39cbe0f

Please sign in to comment.