Fix cargo install instructions (#113)

This commit is contained in:
Navin 2021-11-24 13:53:56 +11:00 committed by GitHub
parent ede97cb05f
commit b3628bfbd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ pre-built binaries for each platform. Pre-built docker images are also available
### Install from source
```bash
cargo install --locked --git https://github.com/roapi/roapi --branch main --bin roapi-http
cargo install --locked --git https://github.com/roapi/roapi --branch main --bins roapi-http
```