diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16ebcef6f97..d28139163a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ If you're not able to use the dev container, follow these instructions: ## Prerequisite -To build platform binding and wasm, make sure you have installed [Rust](https://www.rust-lang.org/it/tools/install). +To build platform binding and wasm, make sure you have installed [Rust](https://www.rust-lang.org/tools/install). -> On Windows, Rust requires [C++ build tools](https://visualstudio.microsoft.com/it/visual-cpp-build-tools/). You can also select _Desktop development with C++_ +> On Windows, Rust requires [C++ build tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/). You can also select _Desktop development with C++_ > while installing Visual Studio. > Alternatively, if Rust is not available you can run `yarn build.platform.copy` to download bindings from CDN