From 2c07121ef81a581d6601928f5a88f86ca52ab387 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 28 Oct 2023 01:59:20 -0700 Subject: [PATCH] doc: document the availability of the Makefile Signed-off-by: David Aguilar --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54851f6f..2fdfde5e 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,10 @@ managers: garden -D DESTDIR=/tmp/stage -D prefix=/usr/local install +If you do not have `garden` available then the `make` can be used instead. + + make DESTDIR=/tmp/stage prefix=/usr/local install + ## macOS -- 2.11.4.GIT