From a8dbb39a6d8f18ce4e3516920b6cd7cce7ffce28 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 25 Jun 2025 16:01:20 +0200 Subject: INSTALL: extend the list of recommended scripts to install While there, combine all the scripts to a single section. --- INSTALL.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 894258f7..9b984f33 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -151,20 +151,21 @@ ${BUILDDIR}/out/bin/just install \ -o ${BUILDDIR}/out/ 'installed just-mr' ``` -# Installing `just-import-git` +# Installing `just-import-git`, `just-deduplicate-repos`, and `just-lock` 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. + +The file `bin/just-lock.py` is a useful Python script to generate and maintain +a multi-repository configuration. +It is recommended to make this script available in your `$PATH` as +`just-lock`. Running it requires, of course, a Python3 interpreter. -- cgit v1.2.3