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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudial",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Live World Cup 2026 fixtures in your terminal — goal, red-card and VAR takeovers included",
5
5
  "type": "module",
6
6
  "bin": {