From 53e5f28ec4fb5110a05e6078e4b8e0e0fd2a206e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 16 Jun 2016 18:44:10 -0700 Subject: [PATCH] Add homebrew install instructions & fix typo --- INSTALL | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index a4667c3..b4a1466 100644 --- a/INSTALL +++ b/INSTALL @@ -5,13 +5,13 @@ Radovan GarabĂ­k http://kassiopeia.juls.savba.sk/~garabik/software/grc.html =================================================================== -Requirenments: -anything with python interpreter, with more or less work needed +Requirements: +Anything with a python interpreter, with more or less work needed if it is not unix. -If you have debian system with all necessary packages installed, type - dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's - directory, then type +If you have a debian system with all necessary packages installed, type + dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's + directory, then type dpkg -i ../grc*deb else: @@ -26,7 +26,10 @@ else: 4) read the README and manual pages 5) modify /etc/grc.conf if you feel like it - - there is a small shell script called install.sh provided, which does - automatically do the above. + + There is a small shell script called install.sh provided, which + automatically does the above steps. + +If you're on OS X and using Homebrew, + brew install grc