Update README with release tag checkout instructions
This commit is contained in:
		
							parent
							
								
									94b7f6e0e4
								
							
						
					
					
						commit
						0728661046
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -1,5 +1,4 @@
 | 
			
		||||
# mempool.space
 | 
			
		||||
🚨This is beta software, and may have issues!🚨
 | 
			
		||||
Please help us test and report bugs to our GitHub issue tracker.
 | 
			
		||||
 | 
			
		||||
Mempool visualizer for the Bitcoin blockchain. Live demo: https://mempool.space/
 | 
			
		||||
@ -13,6 +12,13 @@ Mempool visualizer for the Bitcoin blockchain. Live demo: https://mempool.space/
 | 
			
		||||
* MySQL or MariaDB (default config)
 | 
			
		||||
* Nginx (use supplied nginx.conf)
 | 
			
		||||
 | 
			
		||||
## 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
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Bitcoin Core (bitcoind)
 | 
			
		||||
 | 
			
		||||
Enable RPC and txindex in bitcoin.conf
 | 
			
		||||
@ -28,8 +34,6 @@ Enable RPC and txindex in bitcoin.conf
 | 
			
		||||
Install dependencies and build code:
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
  cd mempool.space
 | 
			
		||||
 | 
			
		||||
  # Install TypeScript Globally
 | 
			
		||||
  npm install -g typescript
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user