Add homebrew install instructions & fix typo

This commit is contained in:
Joe Block 2016-06-16 18:44:10 -07:00
parent 71c6c70965
commit 53e5f28ec4
1 changed files with 11 additions and 8 deletions

19
INSTALL
View File

@ -5,13 +5,13 @@ Radovan Garabík <garabik @ kassiopeia.juls.savba.sk>
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