Install sea-orm-cli from GitHub

This commit is contained in:
Billy Chan 2024-06-07 17:34:14 +08:00
parent 7739c7e10b
commit b33231c839
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279

View File

@ -98,3 +98,9 @@ Or, you `cd` into `sea-orm-cli` directory and simply execute:
```sh ```sh
cargo install --force --path . cargo install --force --path .
``` ```
Or, you install `sea-orm-cli` from GitHub:
```sh
cargo install sea-orm-cli --force --git https://github.com/SeaQL/sea-orm --branch <GIT_BRANCH>
```