Skip to content

Commit f338ef8

Browse files
committed
update readme
1 parent ef13a17 commit f338ef8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ A CLI tool for accessing Menlo Robot.
55
## Quick Install
66

77
```bash
8-
# Install
98
sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/install.sh)"
109

11-
# Uninstall
12-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)"
1310
```
1411

1512
Or build from source:
@@ -117,3 +114,8 @@ Configuration is stored in:
117114
- Linux: `~/.config/menlo/config.yaml`
118115
- Windows: `%APPDATA%\menlo\config.yaml`
119116

117+
118+
# Uninstall
119+
```bash
120+
sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)"
121+
```

0 commit comments

Comments
 (0)