@humanu/orchestra 0.5.33 → 0.5.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ Orchestra is a fast, terminal-first TUI application for managing your Git worktr
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
+
# Install one JSON helper first (jq, python3, or node) — example for Debian/Ubuntu:
|
|
9
|
+
sudo apt-get install jq
|
|
10
|
+
|
|
11
|
+
# Then install Orchestra:
|
|
8
12
|
npm install -g @humanu/orchestra
|
|
9
13
|
```
|
|
10
14
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|