fix: install instructions (#94)
This commit is contained in:
parent
23d0e6f658
commit
6ff501352b
|
@ -1645,7 +1645,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|||
|
||||
[[package]]
|
||||
name = "helios"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"client",
|
||||
"common",
|
||||
|
|
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue