From 6b7687934502c8ed1963bc130b59235a059a070c Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 22 Feb 2026 13:33:43 +0100 Subject: [PATCH] Fix installation instructions to use git clone from GitHub Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331a02a..c182dde 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ A ComfyUI custom node package that silently tracks which nodes and packages you ## Installation ```bash -# Symlink into your custom_nodes directory -ln -s /path/to/Comfyui_nodes_stats /path/to/ComfyUI/custom_nodes/comfyui-nodes-stats +cd /path/to/ComfyUI/custom_nodes +git clone https://github.com/ethanfel/Comfyui-Nodes-Stats.git ``` Restart ComfyUI. Tracking starts immediately and silently.