We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef13a17 commit f338ef8Copy full SHA for f338ef8
1 file changed
README.md
@@ -5,11 +5,8 @@ A CLI tool for accessing Menlo Robot.
5
## Quick Install
6
7
```bash
8
-# Install
9
sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/install.sh)"
10
11
-# Uninstall
12
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)"
13
```
14
15
Or build from source:
@@ -117,3 +114,8 @@ Configuration is stored in:
117
114
- Linux: `~/.config/menlo/config.yaml`
118
115
- Windows: `%APPDATA%\menlo\config.yaml`
119
116
+
+# Uninstall
+```bash
120
+sh -c "$(curl -fsSL https://raw.githubusercontent.com/menloresearch/cli/release/uninstall.sh)"
121
+```
0 commit comments