Merge pull request #138 from lucasmoten/patch-1

Update README with repository checkout guidance
This commit is contained in:
wiz 2020-10-20 11:54:32 +09:00 committed by GitHub
commit c6d0571be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,10 @@ You should see mempool starting up, which takes over an hour (needs 8 blocks). W
## Checking out release tag
```bash
git clone https://github.com/mempool-space/mempool.space
cd mempool.space
git checkout v1.0.0 # put latest release tag here
git clone https://github.com/mempool/mempool
cd mempool
latestrelease=$(curl -s https://api.github.com/repos/mempool/mempool/releases/latest|grep tag_name|head -1|cut -d '"' -f4)
git checkout $latestrelease
```
## Bitcoin Core (bitcoind)