From: John Benediktsson Date: Fri, 21 Jan 2022 17:24:06 +0000 (-0800) Subject: build.sh: add self-bootstrap to help X-Git-Tag: 0.99~1728 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=fddf4e354c4a3a09316825a7c6c102d0a85b8b84 build.sh: add self-bootstrap to help --- 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"