node_client.asciidoc typo

Sentence said "Let's change to our home directory", so we must do "cd ~", not just "cd".
pull/557/head
quantumcthulhu 4 years ago committed by GitHub
parent 030829e2b1
commit 0b52840ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
----

Loading…
Cancel
Save