aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 12:42:49 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 12:42:49 -0700
commit8e8acbd61c224df38a367a9cdd30075966860bf9 (patch)
tree657ca28347ca6d074f482a3191123b68375bce20 /README.md
parent3adce0c03a69c88fc538ff74a98a8a74019819d5 (diff)
downloadgrpcio-8e8acbd61c224df38a367a9cdd30075966860bf9.tar.gz
Test: make Change-Id: I05fd19472fbf556926a0145466f45235e089ab9f
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4d384a..ca9e9da 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ For Windows, you also need to install following software:
## Build
```
-$ ./scripts/reset-submodule.cmd # if you just cloned the repository
+$ cargo xtask submodule # if you just cloned the repository
$ cargo build
```
@@ -142,5 +142,5 @@ Make sure to format and test the code before sending a PR.
If the content in grpc-sys/grpc is updated, you may need to regenerate bindings:
```
-$ ./scripts/generate-bindings.sh
+$ cargo xtask bindgen
```