From cc4eaf0e79d5b35af1796c4d2896de634712434c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 24 Mar 2024 16:17:29 -0500 Subject: [PATCH] editors.textwrangler: hopefully clarify text --- basis/editors/textwrangler/textwrangler.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1