Merge pull request #3534 from sandakersmann/patch-2
Add simple one-line installer to README.md
This commit is contained in:
commit
017aaa346c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user