From f338ef897a01ec434bce83ac1509985e91900811 Mon Sep 17 00:00:00 2001 From: jjchen01 Date: Thu, 19 Mar 2026 17:48:49 +0800 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc3ab0c..62d1aca 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,8 @@ A CLI tool for accessing Menlo Robot. ## Quick Install ```bash -# Install sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/install.sh)" -# Uninstall -sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)" ``` Or build from source: @@ -117,3 +114,8 @@ Configuration is stored in: - Linux: `~/.config/menlo/config.yaml` - Windows: `%APPDATA%\menlo\config.yaml` + +# Uninstall +```bash +sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)" +``` \ No newline at end of file