From: Doug Coleman Date: Sun, 24 Mar 2024 21:17:29 +0000 (-0500) Subject: editors.textwrangler: hopefully clarify text X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=cc4eaf0e79d5b35af1796c4d2896de634712434c editors.textwrangler: hopefully clarify text --- diff --git a/basis/editors/textwrangler/textwrangler.factor b/basis/editors/textwrangler/textwrangler.factor index 6fa420928f..dc357f55ca 100644 --- a/basis/editors/textwrangler/textwrangler.factor +++ b/basis/editors/textwrangler/textwrangler.factor @@ -4,8 +4,8 @@ USING: editors io.standard-paths kernel make math.parser namespaces sequences ; IN: editors.textwrangler -! TextWrangler ships with a program called ``edit`` if you don't download -! it from the App Store. Since the App Store version is lacking ``edit``, +! TextWrangler ships with a program called ``edit`` if you download +! it from the website. Since the App Store version is lacking ``edit``, ! there's a separate .zip you can download from: ! https://pine.barebones.com/files/tw-cmdline-tools.zip