Skip to content

Commit 4b5ec28

Browse files
authored
Merge pull request #477 from vitali87/docs/fix-installation-gap
docs: fix installation gap — add Memgraph and cgr verification steps
2 parents 08c95e1 + e1bc7c2 commit 4b5ec28

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,20 @@ ollama pull llama3.2
232232
233233
4. **Start Memgraph database**:
234234
```bash
235-
docker-compose up -d
235+
docker compose up -d
236236
```
237237

238+
5. **Verify installation**:
239+
```bash
240+
# If installed from PyPI:
241+
cgr --help
242+
243+
# If running from source:
244+
uv run cgr --help
245+
```
246+
247+
> **Note**: When running from source (cloned repo), prefix all `cgr` commands below with `uv run`, e.g., `uv run cgr start ...`
248+
238249
## 🛠️ Makefile Commands
239250

240251
Use the Makefile for common development tasks:

0 commit comments

Comments
 (0)