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 +```