From 8b8812e1be25098a78572cf3b9bac535c2cd9b0d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 8 Sep 2008 17:57:25 -0500 Subject: [PATCH] Another update --- basis/help/cookbook/cookbook.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/cookbook/cookbook.factor b/basis/help/cookbook/cookbook.factor index 333158a0d6..aef6ce6809 100755 --- a/basis/help/cookbook/cookbook.factor +++ b/basis/help/cookbook/cookbook.factor @@ -249,7 +249,7 @@ ARTICLE: "cookbook-application" "Application cookbook" } "See " { $link POSTPONE: MAIN: } " for details. The " { $link run } " word loads a vocabulary if necessary, and calls its main entry point; try the following, it's fun:" { $code "\"tetris\" run" } -"On Mac OS X and Windows, stand-alone applications can also be deployed; these are genuine, 100% native code double-clickable executables:" +"Factor can deploy stand-alone executables; they do not have any external dependencies and consist entirely of compiled native machine code:" { $code "\"tetris\" deploy-tool" } { $references { }