@thelapyae/geniclaw 1.1.2 → 1.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,9 +23,11 @@
23
23
  ### Installation
24
24
 
25
25
  1. **Install via NPM**:
26
+ ```bash
26
27
  ```bash
27
28
  npm install -g @thelapyae/geniclaw
28
29
  ```
30
+ *Note: The `-g` flag installs it globally so you can run `geniclaw` from anywhere.*
29
31
 
30
32
  2. **Run Setup**:
31
33
  This will guide you through entering your API keys.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thelapyae/geniclaw",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Geniclaw - Gemini + Telegram CLI Assistant",
5
5
  "main": "dist/telegram-client.js",
6
6
  "bin": {