From fddf4e354c4a3a09316825a7c6c102d0a85b8b84 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 21 Jan 2022 09:24:06 -0800 Subject: [PATCH] build.sh: add self-bootstrap to help --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 12dec02678..43f3afb1c4 100755 --- a/build.sh +++ b/build.sh @@ -767,6 +767,7 @@ usage() { $ECHO " deps-dnf - install required packages for Factor on Linux using dnf" $ECHO " deps-pkg - install required packages for Factor on FreeBSD using pkg" $ECHO " deps-macosx - install git on MacOSX using port" + $ECHO " self-bootstrap - make local boot image, bootstrap" $ECHO " self-update - git pull, recompile, make local boot image, bootstrap" $ECHO " quick-update - git pull, refresh-all, save" $ECHO " update|latest - git pull, recompile, download a boot image, bootstrap" -- 2.34.1