From 173b3de2bcba66619ff2f75e8089177d21954b2d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 18:08:20 -0400 Subject: [PATCH] manual update PRs --- collections/developers/grid_deployment/deploy_dashboard.md | 1 + collections/farmers/farmerbot/farmerbot_information.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/collections/developers/grid_deployment/deploy_dashboard.md b/collections/developers/grid_deployment/deploy_dashboard.md index 6c85532..337e5f0 100644 --- a/collections/developers/grid_deployment/deploy_dashboard.md +++ b/collections/developers/grid_deployment/deploy_dashboard.md @@ -123,6 +123,7 @@ yarn dev --host 0.0.0.0 You can then access the Dashboard from the domain you just created. + ## Set the Network You can set the network by running the configuration script. Simply set the network as the **MODE** (e.g. **main**, **test**, **dev**): diff --git a/collections/farmers/farmerbot/farmerbot_information.md b/collections/farmers/farmerbot/farmerbot_information.md index 6551a2d..d3ae252 100644 --- a/collections/farmers/farmerbot/farmerbot_information.md +++ b/collections/farmers/farmerbot/farmerbot_information.md @@ -50,6 +50,8 @@ We present some general information concerning the Farmerbot as well as some adv We present additional information to complement the [Quick Guide](farmerbot_quick.md). +Note that you need to wrap the argument with quotes ("argument") when you are dealing with strings. This is valid for the network and mnemonic arguments. + ## General Considerations The Farmerbot doesn’t have to run physically in the farm since it instructs nodes over RMB to power on and off. The Farmerbot should be running at all time. @@ -90,7 +92,7 @@ We present the different commands for the Farmerbot. - `start`: to start (power on) a node ```bash -farmerbot start --node -m -n dev -d +farmerbot start --node -m "" -n dev -d ``` Where: @@ -110,7 +112,7 @@ Global Flags: - `start all`: to start (power on) all nodes in a farm ```bash -farmerbot start all --farm -m -n dev -d +farmerbot start all --farm -m "" -n dev -d ``` Where: