From 6ff501352b96fad650ba9c300cfe368796008c06 Mon Sep 17 00:00:00 2001 From: Noah Citron Date: Mon, 7 Nov 2022 16:21:35 -0500 Subject: [PATCH] fix: install instructions (#94) --- Cargo.lock | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ae9243..b83d96b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,7 +1645,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "helios" -version = "0.0.1" +version = "0.1.0" dependencies = [ "client", "common", diff --git a/README.md b/README.md index 9dda5b1..bc24307 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The entire size of Helios's binary is 13Mb and should be easy to compile into We ## Installing First install `heliosup`, Helios's installer: ``` -curl https://github.com/a16z/helios/blob/master/heliosup/install | bash +curl https://raw.githubusercontent.com/a16z/helios/master/heliosup/install | bash ``` To install Helios, run `heliosup`.