summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 15c3acf2..a266168a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -149,3 +149,21 @@ ${BUILDDIR}/out/bin/just install \
-c ${BUILDDIR}/build-conf.json \
-o ${BUILDDIR}/out/ 'installed just-mr'
```
+
+# Installing `just-import-git`
+
+The file `bin/just-import-git.py` is a useful Python script that allows quick
+generation of a multi-repository build configuration file from a simpler
+template for projects with dependencies provided by Git repositories.
+
+It is recommended to make this script available in your `$PATH` as
+`just-import-git`. Running it requires, of course, a Python3 interpreter.
+
+# Installing `just-deduplicate-repos`
+
+The file `bin/just-deduplicate-repos.py` is a useful Python script that
+removes duplicates from a multi-repository configuration by merging
+indistinguishable repositories.
+
+It is recommended to make this script available in your `$PATH` as
+`just-deduplicate-repos`. Running it requires, of course, a Python3 interpreter.