diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index bab5c19d95b3a..cef67bffde6ac 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -203,6 +203,9 @@ defined by [rust-toolchain](../rust-toolchain.toml) override file. The `rustup` will automatically download the appropriate compiler version along with the necessary components. +Please consult the [GUI Contribution Guide](../app/gui/docs/CONTRIBUTING.md) to +learn details on setting your system up. Quick summary: + ```bash enso$ rustup toolchain install stable # Stable toolchain required for the following tools. enso$ cargo +stable install wasm-pack --version 0.10.2 # Install the wasm-pack toolkit.