From f4336115c8a7ebad3c8c638d444077aa08c38ea4 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Sun, 29 Sep 2019 22:55:33 -0400 Subject: [PATCH] more readme work --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b56d173..c40ea45 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ may be a good resource as it shows examples of many of the gRPC features. feature. To install the beta simply follow the commands below: ```bash -$ rustup install beta && rustup component add rustfmt --toolchain beta +$ rustup install beta +$ rustup component add rustfmt --toolchain beta $ cargo +beta build ```