Skip to content

Commit 89258c0

Browse files
committed
Update developer notes
1 parent 0305b30 commit 89258c0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/src/developer_notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,17 @@ Install Ollama from [ollama.com](https://ollama.com), then pull the default embe
123123
ollama pull qwen3-embedding:0.6b
124124
```
125125

126-
The Search tab will show a health indicator for both services. If either is not running, the indicator turns red with an error message.
126+
Start kaimon with:
127+
```bash
128+
kaimon
129+
```
130+
or with
131+
```
132+
kaimon --revise
133+
```
134+
You can quit it by typing `q`.
135+
136+
The Search tab (press 4) will show a health indicator for both services. If either is not running, the indicator turns red with an error message.
127137

128138
Before you can search, index the project. From the Search tab press m (manage), then a (add) and enter the path
129139
for each project you want to index. Then press i (index). To index one project might take 10 minutes, but you have

0 commit comments

Comments
 (0)