From 28d42eb74bdb80ad493fa595cc0cb1b588d3ba64 Mon Sep 17 00:00:00 2001 From: Zhengshou Lai Date: Tue, 9 Jun 2026 14:52:05 +0800 Subject: [PATCH] docs(README): clarify update applies to source edits too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58b534..6fa506a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ mytoolkit templates register ~/workspace/templates # one-time, points at templ ## Update -`git pull` or `git submodule update` only updates the source tree. The installed Python package is **not** refreshed automatically. After pulling new code, rerun: +The installed Python package is **not** refreshed automatically when the source tree changes. After editing source files, or after `git pull` / `git submodule update`, rerun: ```bash make install # or: mytoolkit update