From 5769470053ba48f364100ff106e32f1beea43127 Mon Sep 17 00:00:00 2001
From: Dan Forbes <dan@parity.io>
Date: Sat, 10 Oct 2020 08:44:58 -0700
Subject: [PATCH] Add toolchain file (#92)

* Add toolchain file

* Remove reference to script that uses latest nightly

* Remove link to nonexistent subheading
---
 README.md      | 15 +++------------
 rust-toolchain |  1 +
 2 files changed, 4 insertions(+), 12 deletions(-)
 create mode 100644 rust-toolchain

diff --git a/README.md b/README.md
index 8d4689e53..30fae11e3 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 000000000..0946fb52d
--- /dev/null
+++ b/rust-toolchain
@@ -0,0 +1 @@
+nightly-2020-10-06
-- 
GitLab