Skip to content

Commit 2e1b872

Browse files
committed
docs: update installation.md and installation.md
1 parent 92c78ff commit 2e1b872

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/development/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Prerequisites
44

5-
- **VS Code** `^1.104.0`.
5+
- **VS Code**
66
- **Git** installed and a Git repository opened in VS Code.
77
- **Ollama** (or another OpenAI‑compatible server) running and reachable at `http://localhost:11434/v1`.
88

docs/installation.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
44
## Prerequisites
55

6-
- **VS Code** `^1.104.0`.
6+
- **VS Code**
77
- **Node.js** and **npm**.
8-
- Optional: **Ollama** (or any OpenAI‑compatible server) if you plan to use the extension.
8+
- **Ollama** (or any OpenAI‑compatible server)
99

1010
## Steps
1111

1212
Clone the repo.
1313

14+
```sh
15+
git clone https://github.com/MichaelCurrin/llm-commit-msg-vs-code
16+
cd llm-commit-msg-vs-code
17+
```
18+
1419
Install dependencies:
1520

1621
```bash

0 commit comments

Comments
 (0)