From 6896292c49d4673e7af105462aa30b4c60990484 Mon Sep 17 00:00:00 2001 From: JFreegman Date: Tue, 25 Feb 2014 03:07:03 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28fb244..adec50a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Toxic - console client for [Tox](http://tox.im) +## Toxic -The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone program. It looks like [this](http://wiki.tox.im/images/b/b6/Ncursesclient1.png). +Toxic is an ncurses based instant messaging client for [Tox](http://tox.im) which formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone program. It looks like [this](http://i.imgur.com/hL7WhVl.png). To compile, first generate the configure script by running the ```autoreconf -i``` command. @@ -14,7 +14,7 @@ Then execute the configure script with ./configure (you may need to pass it the echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf sudo ldconfig ``` -If you dont already have them, you might want to install the ncurses libraries, on Debian: +If you dont already have them, you may need to install the ncurses libraries. For Debian based systems: ``` sudo apt-get install libncurses5-dev libncursesw5-dev ```