We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c78ff commit 2e1b872Copy full SHA for 2e1b872
2 files changed
docs/development/installation.md
@@ -2,7 +2,7 @@
2
3
# Prerequisites
4
5
-- **VS Code** `^1.104.0`.
+- **VS Code**
6
- **Git** installed and a Git repository opened in VS Code.
7
- **Ollama** (or another OpenAI‑compatible server) running and reachable at `http://localhost:11434/v1`.
8
docs/installation.md
@@ -3,14 +3,19 @@
## Prerequisites
- **Node.js** and **npm**.
-- Optional: **Ollama** (or any OpenAI‑compatible server) if you plan to use the extension.
+- **Ollama** (or any OpenAI‑compatible server)
9
10
## Steps
11
12
Clone the repo.
13
14
+```sh
15
+git clone https://github.com/MichaelCurrin/llm-commit-msg-vs-code
16
+cd llm-commit-msg-vs-code
17
+```
18
+
19
Install dependencies:
20
21
```bash
0 commit comments