]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap.image: add make-my-image to docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 23:40:22 +0000 (15:40 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 23:40:22 +0000 (15:40 -0800)
basis/bootstrap/image/image-docs.factor

index 567a38082a26cee26601d44d1ecc841106231343..304265bef301cadebe010c9830e2625f8974038d 100644 (file)
@@ -46,7 +46,7 @@ HELP: sub-primitives
 
 ARTICLE: "bootstrap.image" "Bootstrapping new images"
 "A new image can be built from source; this is known as " { $emphasis "bootstrap" } ". Bootstrap is a two-step process. The first stage is the creation of a bootstrap image from a running Factor instance:"
-{ $subsections make-image }
+{ $subsections make-image make-my-image }
 "The second bootstrapping stage is initiated by running the resulting bootstrap image:"
 { $code "./factor -i=boot.x86.32.image" }
 "This stage loads additional code, compiles all words, and creates a final " { $snippet "factor.image" } "."