Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1444: Fix git command typos

9fe21745eb Fix git command typos (akhavr)

Pull request description:

  .

Top commit has no ACKs.

Tree-SHA512: 336aad861c6374ee0e383a527bf2c13db078f9757da9aa3ba2705b7bf6d83c0646795828a2415192447b8b77ce77223cdec7897e1daeecbd5314e4477ea0da9e
master
Kristaps Kaupe 3 years ago
parent
commit
1d6446751c
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 4
      docs/INSTALL.md

4
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

Loading…
Cancel
Save