Update README.md
Browse files
README.md
CHANGED
|
@@ -19,15 +19,12 @@ install coder via npm
|
|
| 19 |
npm install -g @gguf/coder
|
| 20 |
```
|
| 21 |
|
| 22 |
-
update coder
|
| 23 |
-
```
|
| 24 |
-
npm update -g @gguf/coder
|
| 25 |
-
```
|
| 26 |
-
|
| 27 |
start coding
|
| 28 |
```
|
| 29 |
coder
|
| 30 |
```
|
| 31 |
|
| 32 |
see example below - vibe code a color picker, and edit it with coder afterwards:
|
| 33 |
-

|
|
|
|
|
|
|
|
|
| 19 |
npm install -g @gguf/coder
|
| 20 |
```
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
start coding
|
| 23 |
```
|
| 24 |
coder
|
| 25 |
```
|
| 26 |
|
| 27 |
see example below - vibe code a color picker, and edit it with coder afterwards:
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
- alternatively opt to run `ggc vc` with `gguf-connector`
|