From 306ee068f54acf8c375fb9d11f7f61f63336571a Mon Sep 17 00:00:00 2001 From: sandakersmann Date: Sat, 19 Nov 2016 19:22:26 +0100 Subject: [PATCH] Add simple one-line installer to README.md Add simple one-line installer for Mac and Ubuntu to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fc5cd9762..65c374413 100644 --- a/README.md +++ b/README.md @@ -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