mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 15:27:27 +00:00 
			
		
		
		
	minor docs clarifications
This commit is contained in:
		
							parent
							
								
									88ef5117b4
								
							
						
					
					
						commit
						a761ea1489
					
				@ -27,6 +27,7 @@ If you're interested in being a validator join the chat and checkout the setup i
 | 
			
		||||
# Find Out More
 | 
			
		||||
 | 
			
		||||
 - [Installation and Setup](docs/setup.md)
 | 
			
		||||
 - [Upgrading to a New Testnet](docs/upgrade.md)
 | 
			
		||||
 - [Basic Usage](docs/usage.md)
 | 
			
		||||
 - [Payment Channels](docs/paychans.md)
 | 
			
		||||
 - [Upgrading Testnet](docs/upgrade.md)
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
@ -5,23 +5,23 @@ These are some guidelines to upgrade to a new testnet if you where validating on
 | 
			
		||||
 | 
			
		||||
 1. Stop the current validator.
 | 
			
		||||
 | 
			
		||||
 1. Remove the old config.
 | 
			
		||||
 | 
			
		||||
        rm -r $HOME/.kvd
 | 
			
		||||
        rm -r $HOME/.kvcli
 | 
			
		||||
 | 
			
		||||
 1. Get the latest code.
 | 
			
		||||
 
 | 
			
		||||
        cd $GOPATH/src/github.com/kava-labs/kava
 | 
			
		||||
        git pull
 | 
			
		||||
    
 | 
			
		||||
 2. Get the latest dependencies.
 | 
			
		||||
 1. Get the latest dependencies.
 | 
			
		||||
 
 | 
			
		||||
        dep ensure -vendor-only
 | 
			
		||||
 | 
			
		||||
 3. Install.
 | 
			
		||||
 1. Install.
 | 
			
		||||
 | 
			
		||||
        go install ./cmd/kvd
 | 
			
		||||
        go install ./cmd/kvcli
 | 
			
		||||
 | 
			
		||||
 4. Remove old config.
 | 
			
		||||
 | 
			
		||||
        rm -r $HOME/.kvd
 | 
			
		||||
        rm -r $HOME/.kvcli
 | 
			
		||||
 | 
			
		||||
5. Follow the installation instructions for running a full node and becoming a validator.
 | 
			
		||||
 1. Follow the installation instructions for running a full node and becoming a validator.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user