From 5f9ea2b80e025e25682cd63b5f0164d9349cfc49 Mon Sep 17 00:00:00 2001 From: Safi Date: Tue, 12 May 2026 14:53:22 +0100 Subject: [PATCH] document graphify --version in CLI reference Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc75664a..7b77593b 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ graphify global path # print path to the global graphify clone https://github.com/karpathy/nanoGPT graphify merge-graphs a.json b.json --out merged.json +graphify --version # print installed version graphify watch ./src graphify check-update ./src graphify update ./src