Skip to content

Commit

Permalink
fix: improved start command example
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman authored Apr 27, 2023
1 parent 885ff92 commit e8acbad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ $ lukso install --agree-terms
# Uses the default config files from configs/mainnet folder
$ lukso start

# Starts your node and connects to mainnet as a validator
$ lukso start --validator

# Starts your node and connects to the LUKSO testnet
$ lukso start --testnet

# Starts your node and connects to the LUKSO devnet
$ lukso start --devnet

# Starts your node and connects to mainnet as a validator
$ lukso start --validator
# Starts your node and connects to testnet as a validator
$ lukso start --testnet --validator
```

#### How to start a node using config files
Expand Down

0 comments on commit e8acbad

Please sign in to comment.