Skip to content

Commit 9653671

Browse files
gx0rWulf
authored andcommitted
README: add instructions for how to build diesel_cli with bundled sqlite
1 parent a91fcb2 commit 9653671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Set up a modern rust+react web app by running one command.
1212
- ```cargo install tsync```
1313
- `diesel_cli`
1414
- Instructions [here](http://diesel.rs/guides/getting-started#installing-diesel-cli)
15+
- Note that for SQLite, if you don't wish to dynamically link `diesel_cli` with your system's `libsqlite3`, you may run `cargo install diesel_cli --no-default-features --features sqlite-bundled`.
1516
- Stable rust
1617
- ```rustup install stable``` (nightly is fine too)
1718

0 commit comments

Comments
 (0)