Skip to content

Commit

Permalink
Simplified directions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince authored Oct 25, 2024
1 parent 8d3fe52 commit 341584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pre-commit install
```

2. Set up your [profiles.yml file](https://docs.getdbt.com/docs/core/connect-data-platform/profiles.yml):
- Create a directory `.dbt` in your root directory if one doesn't exist already (in Linux or OSX, this would mean creating the folder as follows: `mkdir -p ~/.dbt/`), then create an empty `profiles.yml` file in the newly created `.dbt` folder.
- Create a directory, `.dbt`, in the directory where you are working from if one doesn't exist already, then create an empty `profiles.yml` file in the newly created `.dbt` folder.
- Add the following block to the `profiles.yml` file:
```yaml
synthea_omop_etl:
Expand Down

0 comments on commit 341584c

Please sign in to comment.