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 http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
=================================================================== ===================================================================
Requirenments: Requirements:
anything with python interpreter, with more or less work needed Anything with a python interpreter, with more or less work needed
if it is not unix. if it is not unix.
If you have debian system with all necessary packages installed, type If you have a debian system with all necessary packages installed, type
dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's dpkg-buildpackage (or dpkg-buildpackage -rfakeroot) in the package's
directory, then type directory, then type
dpkg -i ../grc*deb dpkg -i ../grc*deb
else: else:
@ -26,7 +26,10 @@ else:
4) read the README and manual pages 4) read the README and manual pages
5) modify /etc/grc.conf if you feel like it 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