summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-22 15:50:27 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-23 12:47:11 +0200
commit72d8bb2c3bf74f24e5def6b16c932c9c0165c6ee (patch)
tree2f40406c2fb2cfbe79e815479a8c14bdf048ce70 /INSTALL.md
parent66ee4bff8d5d54e63517f89ec1a2927e9c29638d (diff)
downloadjustbuild-72d8bb2c3bf74f24e5def6b16c932c9c0165c6ee.tar.gz
tutorial: Update outputs and other improvements
When tutorial docs were changed to showcase running commands with just-mr instead of just, the outputs were not changed. This is now fixed to showcase the results run with current master just-mr (and just), together with other small improvements and fixes.
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.