summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 546c8b64..b11869d3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -113,3 +113,11 @@ almost certainly want to set the scratch directory.
```sh
env PACKAGE=YES LOCALBASE=/usr python3 ${WRKSRC}/bin/bootstrap.py ${WRKSRC} ${WRKDIR}/just-work
```
+
+# Installing `just-mr`
+
+In order to set up multi-repository configurations, usually the tools `just-mr`
+is used. It also a useful launcher for `just`.
+
+This tool is Python3 script located at `bin/just-mr.py` and can simply be put
+into an appropirate location in `PATH`.