docs(README): clarify update applies to source edits too
This commit is contained in:
@@ -12,7 +12,7 @@ mytoolkit templates register ~/workspace/templates # one-time, points at templ
|
|||||||
|
|
||||||
## Update
|
## 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
|
```bash
|
||||||
make install # or: mytoolkit update
|
make install # or: mytoolkit update
|
||||||
|
|||||||
Reference in New Issue
Block a user