diff --git a/node_client.asciidoc b/node_client.asciidoc index 467fc8f..b19b17a 100644 --- a/node_client.asciidoc +++ b/node_client.asciidoc @@ -44,7 +44,7 @@ To make a local copy of the repository on your computer, run the git command as [git-clone-lnbook] ---- -$ git clone git@github.com:lnbook/lnbook.git +$ git clone https://github.com/lnbook/lnbook.git ---- You now have a complete copy of the book repository in a folder called +lnbook+. All subsequent examples will assume that you are running commands from that folder.