Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 3f3c63e

Browse files
committed
1 parent 44f4cbd commit 3f3c63e

File tree

1 file changed

+1
-3
lines changed
  • docs/knowledgebase/getting-started

1 file changed

+1
-3
lines changed

docs/knowledgebase/getting-started/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ compile Rust code to the Wasm target.
8686

8787
Developers that are building _with_ Substrate (as opposed to the developers building Substrate
8888
_itself_) should use a specific Rust nightly version that is known to be compatible with the version
89-
of Substrate they are using. For instance, The Substrate Developer Hub Node Template includes
90-
[a toolchain file](https://github.com/substrate-developer-hub/substrate-node-template/blob/master/rust-toolchain)
91-
that specifies the Rust nightly version to use. Use Rustup to install the correct nightly:
89+
of Substrate they are using. Use Rustup to install the correct nightly:
9290

9391
```bash
9492
rustup install nightly-<yyyy-MM-dd>

0 commit comments

Comments
 (0)