chore: update readme
This commit is contained in:
parent
11c374e7b0
commit
62283687a4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue