From 9582e7dae5137161707130dad56e09655b97951f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 11 Jan 2023 16:09:28 +0100 Subject: Installation: be explicit about building with older just ... by specifying that we always ensure the latest stable release of just can build just at head. If the only version available is older than the last stable release, it might be necessary to go through the bootstrap path. --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 4c137659..d68a32e5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,9 +2,12 @@ ## Building `just` using an older version of `just-mr` and `just` +If an older installation of `just` is already available, `just` +can simply be built by ```sh just-mr build ``` +This is always guaranteed to work with the latest stable release of `just`. This will build `just` for Linux on the x86_64 architecture with a dynamic link dependency on glibc. -- cgit v1.2.3