Skip to content

Commit

Permalink
Updating the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
generalredneck committed Dec 29, 2015
1 parent 4db0ef9 commit f9826f2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ commands that can be used to help you.
## Installation

This project requires PHP 5. It hasn't been tested with PHP 7. It has been
tested on Windows 10.
tested on Windows 10 and Ubuntu 14.04.3 LTS.

### Manual Install

To do a manual installation from one of the prebuilt environments, simply
navigate to the [Stable Downloads Directory][install-1] and download the latest
stable version. After that unzip the file where ever you would like to store it
to run later.

You can also grab the latest development builds from the
[Development Downloads Directory][install-2].

[install-1]: http://generalredneck.com/downloads/garefspam-stable
[install-2]: http://generalredneck.com/downloads/garefspam-dev

### Composer

Installation requires that you download [Composer](https://getcomposer.org/), as
Expand Down Expand Up @@ -160,6 +171,13 @@ Once configured, you will need to run at the very least the following 2 commands
$ garefspam updatespamlist
$ garefspam updatefilters

**Note:** If you are running windows, use `garefspam.bat` instead unless you are
running bash on your system. The commands and switches are all the same as
above. For example:

garefspam.bat updatespamlist
garefspam.bat updatefilters --service-email ga-referral-spam@iam.gserviceaccount.com

A sample session may look like so:

$ garefspam updatespamlist
Expand Down

0 comments on commit f9826f2

Please sign in to comment.