Update simple one-line installer due to switching to a single stable release track (#11463)

This commit is contained in:
Marius Kjærstad
2020-02-07 11:37:30 +01:00
committed by GitHub
parent 77f755bbe1
commit 218299969d

View File

@@ -122,12 +122,6 @@ $ git checkout beta
bash <(curl https://get.parity.io -L)
```
The one-line installer always defaults to the latest beta release. To install a stable release, run:
```bash
bash <(curl https://get.parity.io -L) -r stable
```
### 3.4 Starting Parity Ethereum <a id="chapter-0034"></a>
#### Manually