mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Merge pull request #138 from lucasmoten/patch-1
Update README with repository checkout guidance
This commit is contained in:
commit
c6d0571be8
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue