inconvo 2.0.0 → 2.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 +4 -6
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# Inconvo CLI
|
|
2
2
|
|
|
3
|
-
Try out Inconvo without cloning the repository.
|
|
4
|
-
|
|
5
3
|
## Quick Start
|
|
6
4
|
|
|
7
5
|
```bash
|
|
8
|
-
npx inconvo dev
|
|
6
|
+
npx inconvo@latest dev
|
|
9
7
|
```
|
|
10
8
|
|
|
11
9
|
This will:
|
|
@@ -27,7 +25,7 @@ Then open http://localhost:26686 to start chatting with your data.
|
|
|
27
25
|
Start the Inconvo development environment.
|
|
28
26
|
|
|
29
27
|
```bash
|
|
30
|
-
npx inconvo dev
|
|
28
|
+
npx inconvo@latest dev
|
|
31
29
|
```
|
|
32
30
|
|
|
33
31
|
Options:
|
|
@@ -38,7 +36,7 @@ Options:
|
|
|
38
36
|
Re-run the configuration wizard to update your settings.
|
|
39
37
|
|
|
40
38
|
```bash
|
|
41
|
-
npx inconvo configure
|
|
39
|
+
npx inconvo@latest configure
|
|
42
40
|
```
|
|
43
41
|
|
|
44
42
|
## Configuration
|
|
@@ -68,4 +66,4 @@ See the main repository README for development instructions.
|
|
|
68
66
|
|
|
69
67
|
## License
|
|
70
68
|
|
|
71
|
-
|
|
69
|
+
Apache-2.0
|