From 0b52840ab575f6ab29e0faa837b429360f1021b5 Mon Sep 17 00:00:00 2001 From: quantumcthulhu <37197051+quantumcthulhu@users.noreply.github.com> Date: Sun, 29 Nov 2020 22:14:55 +0200 Subject: [PATCH] node_client.asciidoc typo Sentence said "Let's change to our home directory", so we must do "cd ~", not just "cd". --- node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_client.asciidoc b/node_client.asciidoc index 897cd49..f0a2359 100644 --- a/node_client.asciidoc +++ b/node_client.asciidoc @@ -862,7 +862,7 @@ We have OpenJDK 11.0.7 and Maven 3.6.1, so we're ready. The source code for Eclair is on Github. The +git clone+ command can create a local copy for us. Let's change to our home directory and run it there: ---- -$ cd +$ cd ~ $ git clone https://github.com/ACINQ/eclair.git ----