* Version downgrade

* Start updating docs and version tags

Co-authored-by: Age Manning <Age@AgeManning.com>
This commit is contained in:
Paul Hauner
2020-05-18 15:05:23 +10:00
committed by GitHub
parent 4995427884
commit 90b3953dda
19 changed files with 36 additions and 35 deletions

View File

@@ -3,9 +3,10 @@
Lighthouse runs on Linux, MacOS and Windows. Installation should be easy. In
fact, if you already have Rust installed all you need is:
- `$ git clone https://github.com/sigp/lighthouse.git`
- `$ cd lighthouse`
- `$ make`
- `git clone https://github.com/sigp/lighthouse.git`
- `cd lighthouse`
- `git checkout v0.1.2`
- `make`
If this doesn't work or is not clear enough, see the [Detailed Instructions](#detailed-instructions). If you have further issues, see [Troubleshooting](#troubleshooting). If you'd prefer to use Docker, see the [Docker Guide](./docker.md).