Archived
1
0
Fork 0

chore: update readme

This commit is contained in:
Dmitriy Pleshevskiy 2021-03-02 00:53:56 +03:00
parent 11c374e7b0
commit 62283687a4

View file

@ -13,6 +13,12 @@ Simple SQL migration manager for your project.
cargo install migra-cli cargo install migra-cli
``` ```
if you want to use dotenv for configure migra cli, just run the following in your terminal.
```bash
cargo install migra-cli --features dotenv
```
### Usage ### Usage