mirror of
https://github.com/garabik/grc.git
synced 2024-11-15 14:48:26 +01:00
Merge pull request #32 from unixorn/add-brew-installation-instructions
Add homebrew install instructions & fix typo
This commit is contained in:
commit
538c809a86
1 changed files with 11 additions and 8 deletions
13
INSTALL
13
INSTALL
|
@ -5,11 +5,11 @@ 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
|
||||
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
|
||||
|
@ -28,5 +28,8 @@ else:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue