Skip to content

Commit

Permalink
Updated README with latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Dec 21, 2015
1 parent a53ddad commit 7564cf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ valuable HTTP statistics for system administrators that require a visual server
report on the fly.
More info at: [http://goaccess.io](http://goaccess.io/?src=gh).

![GoAccess Main Dashboard](http://goaccess.io/images/goaccess_screenshot1M-03L.png?20151027000000)
![GoAccess Main Dashboard](http://goaccess.io/images/goaccess_screenshot1M-03L.png?20151220110000)

## Features ##
GoAccess parses the specified web log file and outputs the data to the X
Expand Down Expand Up @@ -70,9 +70,9 @@ GoAccess can be compiled and used on *nix systems.

Download, extract and compile GoAccess with:

$ wget http://tar.goaccess.io/goaccess-0.9.6.tar.gz
$ tar -xzvf goaccess-0.9.6.tar.gz
$ cd goaccess-0.9.6/
$ wget http://tar.goaccess.io/goaccess-0.9.7.tar.gz
$ tar -xzvf goaccess-0.9.7.tar.gz
$ cd goaccess-0.9.7/
$ ./configure --enable-geoip --enable-utf8
$ make
# make install
Expand Down

0 comments on commit 7564cf5

Please sign in to comment.