From e8acbad09ad055535598e137619323aef9d9e2ba Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Thu, 27 Apr 2023 11:20:48 +0200 Subject: [PATCH] fix: improved start command example --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 918a84a0..c1c15ca6 100644 --- a/README.md +++ b/README.md @@ -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