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

13
INSTALL
View File

@ -5,11 +5,11 @@ 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
@ -28,5 +28,8 @@ else:
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 There is a small shell script called install.sh provided, which
automatically do the above. automatically does the above steps.
If you're on OS X and using Homebrew,
brew install grc