Add toolchain file (#92)

* Add toolchain file

* Remove reference to script that uses latest nightly

* Remove link to nonexistent subheading
main
Dan Forbes 2020-10-10 08:44:58 -07:00 committed by GitHub
parent 188d964902
commit 5769470053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 12 deletions

View File

@ -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

1
rust-toolchain 100644
View File

@ -0,0 +1 @@
nightly-2020-10-06