update PATH for ubuntu

This commit is contained in:
2023-10-23 14:05:15 -07:00
parent b6a25b329e
commit c72d51571a
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ Once configured, the CLI prints out your administrator public key, which you'll
![grlx install](docs/grlx-install.gif)
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
curl -L https://bootstrap.grlx.dev/latest/farmer | PATH=$PATH:/usr/sbin sudo -E bash
curl -L https://bootstrap.grlx.dev/latest/farmer | sudo 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!).