2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-30 17:51:30 +02:00

Merge pull request #32 from unixorn/add-brew-installation-instructions

Add homebrew install instructions & fix typo
This commit is contained in:
Radovan Garabík 2016-10-17 22:14:00 +02:00 committed by GitHub
commit 538c809a86

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