Spaces:
Running
Running
docs: added cli
Browse files
README.md
CHANGED
@@ -10,6 +10,11 @@ npm install @lerobot/web
|
|
10 |
|
11 |
# Node.js library
|
12 |
npm install @lerobot/node
|
|
|
|
|
|
|
|
|
|
|
13 |
```
|
14 |
|
15 |
## Resources
|
@@ -18,4 +23,5 @@ npm install @lerobot/node
|
|
18 |
- **Documentation**:
|
19 |
- [`@lerobot/web` README](./packages/web/README.md) - Browser (WebSerial + WebUSB)
|
20 |
- [`@lerobot/node` README](./packages/node/README.md) - Node.js (Serialport)
|
|
|
21 |
- **Live Demo**: Try it online at [huggingface.co/spaces/NERDDISCO/LeRobot.js](https://huggingface.co/spaces/NERDDISCO/LeRobot.js)
|
|
|
10 |
|
11 |
# Node.js library
|
12 |
npm install @lerobot/node
|
13 |
+
|
14 |
+
# CLI / terminal
|
15 |
+
npm install -g lerobot
|
16 |
+
# or
|
17 |
+
npx lerobot --help
|
18 |
```
|
19 |
|
20 |
## Resources
|
|
|
23 |
- **Documentation**:
|
24 |
- [`@lerobot/web` README](./packages/web/README.md) - Browser (WebSerial + WebUSB)
|
25 |
- [`@lerobot/node` README](./packages/node/README.md) - Node.js (Serialport)
|
26 |
+
- [`lerobot` CLI README](./packages/cli/README.md) - CLI / terminal (using `@lerobot/node`)
|
27 |
- **Live Demo**: Try it online at [huggingface.co/spaces/NERDDISCO/LeRobot.js](https://huggingface.co/spaces/NERDDISCO/LeRobot.js)
|