Skip to content

Commit b04c674

Browse files
committed
Slightly improve readme markup
1 parent c47d0f5 commit b04c674

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ GoAccess has minimal requirements, it's written in C and requires only ncurses.
201201
However, below is a table of some optional dependencies in some distros to
202202
build GoAccess from source.
203203

204-
Distro | NCurses | GeoIP (opt) |GeoIP2 (opt) | OpenSSL (opt)
205-
---------------------- | -----------------|------------------|---------------------- | -------------------
206-
**Ubuntu/Debian** | libncursesw6-dev | libgeoip-dev | libmaxminddb-dev | libssl-dev
207-
**RHEL/CentOS** | ncurses-devel | geoip-devel | libmaxminddb-devel | openssl-devel
208-
**Arch** | ncurses | geoip | libmaxminddb | openssl
209-
**Gentoo** | sys-libs/ncurses | dev-libs/geoip | dev-libs/libmaxminddb | dev-libs/openssl
210-
**Slackware** | ncurses | GeoIP | libmaxminddb | openssl
204+
| Distro | NCurses | GeoIP (opt) | GeoIP2 (opt) | OpenSSL (opt) |
205+
| ---------------------- | ---------------- | ---------------- | --------------------- | -------------------|
206+
| **Ubuntu/Debian** | libncursesw6-dev | libgeoip-dev | libmaxminddb-dev | libssl-dev |
207+
| **RHEL/CentOS** | ncurses-devel | geoip-devel | libmaxminddb-devel | openssl-devel |
208+
| **Arch** | ncurses | geoip | libmaxminddb | openssl |
209+
| **Gentoo** | sys-libs/ncurses | dev-libs/geoip | dev-libs/libmaxminddb | dev-libs/openssl |
210+
| **Slackware** | ncurses | GeoIP | libmaxminddb | openssl |
211211

212212
**Note**: You may need to install build tools like `gcc`, `autoconf`,
213213
`gettext`, `autopoint` etc. for compiling/building software from source. e.g.,
@@ -456,7 +456,7 @@ append it to the original dataset.
456456
GoAccess keeps track of inodes of all the files processed (assuming files will
457457
stay on the same partition), in addition, it extracts a snippet of data from
458458
the log along with the last line parsed of each file and the timestamp of the
459-
last line parsed. e.g., inode:29627417|line:20012|ts:20171231235059
459+
last line parsed. e.g., `inode:29627417|line:20012|ts:20171231235059`
460460

461461
First, it compares if the snippet matches the log being parsed, if it does, it
462462
assumes the log hasn't changed drastically, e.g., hasn't been truncated. If

0 commit comments

Comments
 (0)