From 40e4c41b3f2120d0bfd57c384727233ef20c497c Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 23 Oct 2023 10:44:02 -0700 Subject: [PATCH] add sbin to path --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33890c4..783d6d3 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ Once configured, the CLI prints out your administrator public key, which you'll *It's recommended you now add `grlx` somewhere in your `$PATH`.* ![grlx install](docs/grlx-install.gif) -2. On your control server, you'll need to install the `farmer`. +2. On your control server, you'll need to install the `farmer`. This script may also be run as `root` instead of using sudo. ```bash -# or, just run as root instead of sudo -curl -L https://bootstrap.grlx.dev/latest/farmer | sudo bash +curl -L https://bootstrap.grlx.dev/latest/farmer | PATH=$PATH:/usr/sbin sudo -E bash ``` You'll be asked several questions about the interface to listen on, which ports to use, etc. For the quick start, it's recommended to use the default ports (make sure there's no firewall in the way!).