From 035f82c32b145a6c5f44bce414555767a6612ec5 Mon Sep 17 00:00:00 2001 From: Kilderson Sena Date: Wed, 15 Apr 2026 12:25:29 -0300 Subject: [PATCH] instructions to unknown command in graphify --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7caabc6..e07c7b5 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,11 @@ Graphify generates notes like `myFunction().md`. Obsidian may struggle indexing cd ~/vault/graphify/project 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 +``` ---