fix: install instructions (#94)

This commit is contained in:
Noah Citron 2022-11-07 16:21:35 -05:00 committed by GitHub
parent 23d0e6f658
commit 6ff501352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1645,7 +1645,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "helios"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"client",
"common",

View File

@ -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`.