From 37a3487fa99537a0289ce83f757fa078416ff8d9 Mon Sep 17 00:00:00 2001 From: Zhengshou Lai Date: Tue, 9 Jun 2026 14:57:49 +0800 Subject: [PATCH] docs(README): fix templates register path to contrib/mytoolkit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa506a..0cd2398 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Personal CLI toolkit — unified entry point for everyday file conversion, forma ```bash make install # builds + symlinks ~/.local/bin/mytoolkit mytoolkit --version -mytoolkit templates register ~/workspace/templates # one-time, points at template root +mytoolkit templates register ~/workspace/contrib/mytoolkit/templates # one-time, points at template root ``` ## Update