changed git clone to HTTPS

By using SSH on a fresh OS install you have to establish the public key of GitHub and if you don't have it you have to a song and dance about it. With HTTPS it works every time. Unless of course this is a security measure, in which case ignore this post.
pull/613/head
keblek 4 years ago committed by GitHub
parent 88f822a3c7
commit 8e2b0b8ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save