Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove reference to old install script
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Jul 30, 2020
1 parent 33303e6 commit b5cc6df
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,8 @@ cargo install --git https://github.com/paritytech/polkadot --tag <version> polka

### Build from Source

If you'd like to build from source, follow these instructions.

#### Quick 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

First install Rust. You may need to add Cargo's bin directory to your PATH environment variable.
Restarting your computer will do this for you automatically.
If you'd like to build from source, first install Rust. You may need to add Cargo's bin directory
to your PATH environment variable. Restarting your computer will do this for you automatically.

```bash
curl https://sh.rustup.rs -sSf | sh
Expand All @@ -58,11 +45,9 @@ rustup update
Once done, finish installing the support software:

```bash
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
```

#### Build

Build the client by cloning this repository and running the following commands from the root
directory of the repo:

Expand Down

0 comments on commit b5cc6df

Please sign in to comment.