fix(getting-started): added uninstall for grlx-farmer

This commit is contained in:
Ethan Holz
2023-11-06 11:51:23 -06:00
parent e2c671f727
commit bb6b6551f6

View File

@@ -240,4 +240,7 @@ grlx -T \* cmd run --out json -- uname -a
#### Uninstalling
If you ever need to uninstall `grlx`
If you ever need to uninstall the `grlx-farmer`, you can do so with the following commands:
```bash
curl -L https://bootstrap.grlx.dev/latest/farmer | UNINSTALL=true sudo bash
```