diff --git a/README.md b/README.md index 8d4689e..30fae11 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 0000000..0946fb5 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2020-10-06