From cadcc9a76bc1083331e35e85c09d8161789d1423 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 28 Nov 2020 06:41:34 +0000 Subject: [PATCH] Fix possible typo in build from source instructions (#1990) --- book/src/installation-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/installation-source.md b/book/src/installation-source.md index 2363af048..286379390 100644 --- a/book/src/installation-source.md +++ b/book/src/installation-source.md @@ -6,8 +6,8 @@ Compilation should be easy. In fact, if you already have Rust installed all you need is: - `git clone https://github.com/sigp/lighthouse.git` -- `git checkout stable` - `cd lighthouse` +- `git checkout stable` - `make` If this doesn't work or is not clear enough, see the [Detailed