mirror of
https://github.com/lnbook/lnbook
synced 2024-11-18 21:28:03 +00:00
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.
This commit is contained in:
parent
88f822a3c7
commit
8e2b0b8ac5
@ -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-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.
|
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…
Reference in New Issue
Block a user