From 28bc8935abc34076047e71fd3617f8c7fc5030de Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Fri, 3 Nov 2023 18:52:03 -0700 Subject: [PATCH] update variable formats --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d8662..d9037ce 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Make sure the certificate host name matches the external-facing interface (a dom ![farmer install](docs/farmer-install.gif) 3. On all of your fleet nodes, you'll need to install the `sprout`. ```bash -# Set FARMER_INTERFACE to your farmer's domain name. FARMER_BUS_PORT and FARMER_API_PORT +# Set FARMERINTERFACE to your farmer's domain name. FARMERBUSPORT and FARMERAPIPORT # variables are available in case you chose to use different ports. -curl -L https://bootstrap.grlx.dev/latest/sprout | FARMER_INTERFACE=localhost sudo -E bash +curl -L https://bootstrap.grlx.dev/latest/sprout | FARMERINTERFACE=localhost sudo -E bash ``` Once the sprout is up and running, return to the CLI.