Skip to content

Commit 9b7fea6

Browse files
Improve documentation
1 parent b4b4a57 commit 9b7fea6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to
1212
`has_example_sql` and applies by default to all models.
1313
- **Breaking**: Remove `dbt-core` from dependencies. Since it is not mandatory
1414
for `dbt-score` to execute `dbt`, remove the dependency.
15+
- **Breaking**: Stop using `MultiOption` selection type.
1516

1617
## [0.6.0] - 2024-08-23
1718

docs/get_started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Installation of `dbt-score` is simple:
1111
pip install dbt-score
1212
```
1313

14-
If a virtual environment is used to run dbt, make sure to install `dbt-score` in
15-
the same environment.
14+
In order to run `dbt-score` with all it's features, ensure to install
15+
`dbt-score` in the same environment as `dbt-core` as some features require
16+
`dbt-core` to be installed.
1617

1718
## Usage
1819

0 commit comments

Comments
 (0)