claudial 0.1.2 → 0.1.3
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,10 @@ Four seconds of glory, then back to the board.
|
|
|
50
50
|
|
|
51
51
|
The whole point. Two commands and your Claude Code becomes a World Cup
|
|
52
52
|
workstation — Claude working on top, every live score ticking in a strip
|
|
53
|
-
below, forever
|
|
53
|
+
below, forever.
|
|
54
|
+
|
|
55
|
+
Needs [tmux](https://github.com/tmux/tmux) (`sudo pacman -S tmux` /
|
|
56
|
+
`sudo apt install tmux` / `brew install tmux`), then:
|
|
54
57
|
|
|
55
58
|
```bash
|
|
56
59
|
npm install -g claudial
|