From b3628bfbd6aed9d3204c1859fe476044780221e2 Mon Sep 17 00:00:00 2001 From: Navin Date: Wed, 24 Nov 2021 13:53:56 +1100 Subject: [PATCH] Fix cargo install instructions (#113) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 002f26e..e0a5c57 100644 --- a/README.md +++ b/README.md @@ -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 ```