From e5ddb2930a2cd2c45abbd8619a58da8043931ff0 Mon Sep 17 00:00:00 2001 From: ali Date: Thu, 21 Mar 2024 20:15:08 +0300 Subject: [PATCH] Update README.md (#936) Fixed the cargo binary install package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f395702..aeb146b5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You'll be prompted to provide a project name, and the rest will be set up for yo ### Binary To install the Arbiter binary, run: ```bash -cargo install Arbiter +cargo install arbiter ``` This will install the Arbiter binary on your machine. You can then run `arbiter --help` to see that Arbiter was correctly installed and see the help menu.