Skip to content

Commit 1aeee76

Browse files
committed
edit for succinctness
1 parent 94532cb commit 1aeee76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ dbt_sqlite:
3737
schema_directory: '/myproject/data/schemas'
3838

3939
# optional: semi-colon separated list of file paths for SQLite extensions to load.
40-
# digest.so is needed to provide the md5 function needed for snapshots to work.
41-
# see section in README on how to install it
40+
# digest.so is needed to provide for snapshots to work; see README
4241
extensions: "/path/to/sqlite-digest/digest.so"
4342

4443
```
@@ -85,7 +84,8 @@ dbt 0.18.1. It's largely untested elsewhere.
8584

8685
## Building the digest extension for SQLite
8786

88-
For snapshots to work, you need to build the `digest` extension. On Ubuntu, run:
87+
For snapshots to work, you need to build the `digest` extension to get an `md5()`
88+
function. On Ubuntu, run:
8989

9090
```
9191
git clone https://github.com/mpdn/sqlite-digest

0 commit comments

Comments
 (0)