From 9fe21745eb317c834dfa334af6c9de96a3942f82 Mon Sep 17 00:00:00 2001 From: akhavr Date: Mon, 30 Jan 2023 21:47:21 +0000 Subject: [PATCH] Fix git command typos --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 5343deb..5e33a07 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -30,7 +30,7 @@ To install everything (client and server), install these packages: (to build `libsodium` after): - git clone git://github.com/jedisct1/libsodium.git + git clone git@github.com:jedisct1/libsodium.git cd libsodium git checkout tags/1.0.18 ./autogen.sh @@ -55,7 +55,7 @@ Then build and install a local copy of libsecp256k1 for python-bitcointx: mkdir -p deps cd deps - git clone git://github.com/bitcoin-core/secp256k1 + git clone git@github.com:bitcoin-core/secp256k1 cd secp256k1 git checkout 0d9540b13ffcd7cd44cc361b8744b93d88aa76ba make clean