aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d21c3c..574832d 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,13 @@ Test-build a package you are editing (from its dir, or by path):
cd some-slackbuild-dir && test-build <name> # -current
test-build --stable <name> # 15.0
test-build --keep <name> # also keep the built .txz
+test-build --local-deps <name> # deps live in the same repo
```
+`--local-deps` also searches the target's own repo (its grandparent dir) for
+deps, for packages whose deps are siblings in the same repo and not on SBo. The
+configured SBo tree is still searched after.
+
Build the images (on the docker host; see `image-builder/README`):
```bash