lovecode-ai 0.1.1 → 0.1.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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,13 +33,14 @@ npm install -g lovecode-ai
|
|
|
33
33
|
### From source
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
git clone https://github.com/
|
|
36
|
+
git clone https://github.com/ashispluslaxmi-debug/LoveCode.git
|
|
37
37
|
cd lovecode
|
|
38
38
|
npm install
|
|
39
39
|
npm run build
|
|
40
40
|
npm link
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
|
|
43
44
|
## Quick Start
|
|
44
45
|
|
|
45
46
|
```bash
|