@tonycasey/lisa 2.1.0 → 2.2.0

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
@@ -25,11 +25,15 @@ Unlike simple vector databases or file-based memory, Lisa uses **[Graphiti](http
25
25
  ### Quick Start
26
26
 
27
27
  ```bash
28
- # Install Lisa
29
- npm install @tonycasey/lisa
28
+ # Install Lisa globally - IMPORTANT
29
+ npm install -g @tonycasey/lisa
30
+
31
+ # change to any project directory
32
+ cd your-project-directory
33
+
34
+ # initialize - copies in relevant files
35
+ lisa init
30
36
 
31
- # Initialize with interactive prompts
32
- npx lisa init
33
37
  ```
34
38
 
35
39