@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.
- package/README.md +2 -0
- 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.
|