diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-25 16:01:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-25 16:12:52 +0200 |
commit | a8dbb39a6d8f18ce4e3516920b6cd7cce7ffce28 (patch) | |
tree | 63bf18893a2397a6632031eb09021a10d9b1d6d4 | |
parent | f8ff7b606264a420532d305bf0e4ff001a4a12fc (diff) | |
download | justbuild-a8dbb39a6d8f18ce4e3516920b6cd7cce7ffce28.tar.gz |
INSTALL: extend the list of recommended scripts to install
While there, combine all the scripts to a single section.
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |