docs(README): clarify update applies to source edits too

This commit is contained in:
Zhengshou Lai
2026-06-09 14:52:05 +08:00
parent 1c19654faa
commit 28d42eb74b
+1 -1
View File
@@ -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