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

Commit

Permalink
Add simple one-line installer to README.md
Browse files Browse the repository at this point in the history
Add simple one-line installer for Mac and Ubuntu to README.md
  • Loading branch information
sandakersmann authored Nov 19, 2016
1 parent 60922b6 commit 306ee06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ $ cargo build --release

This will produce an executable in the `./target/release` subdirectory.

----

## Simple one-line installer for Mac and Ubuntu

```bash
bash <(curl https://get.parity.io -Lk)
```

## Start Parity
### Manually
To start Parity manually, just run
Expand Down

0 comments on commit 306ee06

Please sign in to comment.