maverick-ai-cli 1.0.1 → 1.0.2
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ If you want to contribute or run the server locally:
|
|
|
57
57
|
|
|
58
58
|
1. **Clone the repository:**
|
|
59
59
|
```bash
|
|
60
|
-
git clone
|
|
60
|
+
git clone https://github.com/CodeMaverick-143/maverick-cli.git
|
|
61
61
|
cd CLI/server
|
|
62
62
|
```
|
|
63
63
|
|
|
@@ -88,6 +88,6 @@ If you want to contribute or run the server locally:
|
|
|
88
88
|
npm run dev
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
##
|
|
91
|
+
## License
|
|
92
92
|
|
|
93
93
|
ISC
|