Add toolchain file (#92)
* Add toolchain file * Remove reference to script that uses latest nightly * Remove link to nonexistent subheadingmain
parent
188d964902
commit
5769470053
15
README.md
15
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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
nightly-2020-10-06
|
Loading…
Reference in New Issue