From: Steve Lee Date: Thu, 14 Oct 2021 14:47:03 +0000 (-0700) Subject: update installation instructions to work even if ssh keys aren't setup X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=d1bead1ae2d09270d89cefdd0a8028e439bb61ed update installation instructions to work even if ssh keys aren't setup --- diff --git a/README.md b/README.md index 5b42054..2da36cb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Sample node implementation using LDK. ## Installation ``` -git clone git@github.com:lightningdevkit/ldk-sample.git +git clone https://github.com/lightningdevkit/ldk-sample ``` ## Usage