chore: update readme

This commit is contained in:
Dmitriy Pleshevskiy 2021-03-02 00:53:56 +03:00
parent 11c374e7b0
commit 62283687a4
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ Simple SQL migration manager for your project.
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