Update README.md

This commit is contained in:
Kilderson Sena
2026-04-19 17:47:33 -03:00
committed by GitHub
parent 035f82c32b
commit 0c64f38baa
+1 -1
View File
@@ -550,7 +550,7 @@ for f in *"("*; do mv "$f" "$(echo "$f" | sed 's/[()]//g')"; done
**Unknown Command error in graphify:**
If an `unknown command '.'` error occurs in the `Generate the graph` step, in newer versions the `update` parameter should be placed immediately after `graphify`, resulting in:
```bash
graphify update . --obsidian --obsidian-dir ~/vault/graphify/combustiveis-api
graphify update . --obsidian --obsidian-dir ~/vault/graphify/project-name
```
---