afk-code 0.1.0 → 0.1.1

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
@@ -12,18 +12,14 @@ Monitor your Claude Code sessions from Slack or Discord. Get notified when Claud
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- # Clone the repo
16
- git clone https://github.com/clharman/afk-code.git
17
- cd afk-code
15
+ # Install globally via npm
16
+ npm install -g afk-code
18
17
 
19
- # Install dependencies
20
- bun install
21
-
22
- # Link the CLI globally (optional)
23
- bun link
18
+ # Or run directly with npx
19
+ npx afk-code help
24
20
  ```
25
21
 
26
- Requires [Bun](https://bun.sh) runtime.
22
+ Requires Node.js 18+.
27
23
 
28
24
  ## Slack Setup
29
25