From c57f13ce80483b9679bf8ba16d601cb7f9a62957 Mon Sep 17 00:00:00 2001 From: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com> Date: Mon, 19 Apr 2021 01:40:34 -0400 Subject: [PATCH] clarify that mac brew install doesn't include GUI As discussed in sahib/rmlint#253 and Homebrew/homebrew-core#17434 --- docs/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 1d80c80dc..4b768ab14 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -109,7 +109,7 @@ Here's a list of readily prepared commands for known operating systems: * **macOS** - ``rmlint`` can be installed via `homebrew`_: + ``rmlint`` can be installed via `homebrew`_. Note that the ``shredder`` graphical interface is *not* included in this. Please see `Issue #253`_ for details and updates. Prerequisite: If homebrew has not already been installed on the system, execute: @@ -126,6 +126,7 @@ Here's a list of readily prepared commands for known operating systems: See also this `issue`_ for more information on the homebrew formula. +.. _`Issue #253`: https://github.com/sahib/rmlint/issues/253 .. _homebrew: http://brew.sh .. _issue: https://github.com/sahib/rmlint/issues/175#issuecomment-253186769