From bb6b6551f6f14b7e909b3fc98cad8299eb3352ef Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Mon, 6 Nov 2023 11:51:23 -0600 Subject: [PATCH] fix(getting-started): added uninstall for grlx-farmer --- src/content/docs/getting-started.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index 374f7fc..a0ffa73 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -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 +```