Updated README.md.

This commit is contained in:
Håvard Pettersson 2014-09-02 21:45:06 +02:00
parent d331e6f3eb
commit 14aaf24749

View File

@ -1,7 +1,7 @@
Tox-WeeChat Tox-WeeChat
=========== ===========
Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but not intended for regular use yet, as it lacks a ton of features. Bug reports and suggestions are appreciated! Tox-WeeChat is a C plugin for the [WeeChat][1] chat client that enables it to connect to the [Tox][2] network. It is functional, but very limited in features right now. Bug reports and suggestions are appreciated.
Installation Installation
------------ ------------
@ -10,9 +10,7 @@ Tox-WeeChat requires [libtoxcore][3] to work. After getting it, install Tox-WeeC
$ git clone https://github.com/haavardp/tox-weechat.git $ git clone https://github.com/haavardp/tox-weechat.git
$ cd tox-weechat $ cd tox-weechat
$ mkdir build $ mkdir build && cd build
$ cd build
$ cmake .. $ cmake ..
$ make install $ make install