more readme work

This commit is contained in:
Lucio Franco
2019-09-29 22:55:33 -04:00
parent 6ab906d036
commit f4336115c8
+2 -1
View File
@@ -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
```