Skip to content

Commit

Permalink
Merge PR #101: Fix typo on testnet README
Browse files Browse the repository at this point in the history
Fix 'rly svc' to 'rly development' on testnets/README.md
  • Loading branch information
jackzampolin authored Apr 20, 2020
2 parents 49223d9 + 3a46a35 commit 6df97bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ gaiad gentx --name validator --amount 90000000000$DENOM
gaiad collect-gentxs

# Setup the service definitions
rly svc gaia $USER $HOME > gaiad.service
rly svc faucet $USER $HOME $CHAINID $RLYKEY 100000$DENOM > faucet.service
rly development gaia $USER $HOME > gaiad.service
rly development faucet $USER $HOME $CHAINID $RLYKEY 100000$DENOM > faucet.service
sudo mv gaiad.service /etc/systemd/system/gaiad.service
sudo mv faucet.service /etc/systemd/system/faucet.service
sudo systemctl daemon-reload
Expand Down

0 comments on commit 6df97bb

Please sign in to comment.