diff --git a/README.md b/README.md index 8d4689e53716449afbf691972d1826c015e4612b..30fae11e36d010c098aa6b68a75664e4137ae4d8 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,10 @@ A new FRAME-based Substrate node, ready for hacking :rocket: Follow these steps to prepare a local Substrate development environment :hammer_and_wrench: -### Simple Setup +### Setup -Install all the required dependencies with a single command (be patient, this can take up to 30 -minutes). - -```bash -curl https://getsubstrate.io -sSf | bash -s -- --fast -``` - -### Manual Setup - -Find manual setup instructions at the -[Substrate Developer Hub](https://substrate.dev/docs/en/knowledgebase/getting-started/#manual-installation). +Setup instructions can be found at the +[Substrate Developer Hub](https://substrate.dev/docs/en/knowledgebase/getting-started). ### Build diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000000000000000000000000000000000000..0946fb52ddfeee8fcd344edf6656d168cf1b3ba5 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2020-10-06