1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:27:45 +02:00

Update README.md

This commit is contained in:
Ansa89 2014-06-24 12:30:33 +02:00
parent 449b6fa5ff
commit 46e4ddfaf1

View File

@ -14,7 +14,7 @@ Toxic is an ncurses based instant messaging client for [Tox](https://tox.im) whi
### Compiling
* `cd build/`
* `make`
* `sudo make install DESTDIR="/path/you/like"
* `sudo make install DESTDIR="/path/you/like"`
* You can add specific flags to makefile with `USER_CFLAGS=""` and/or `USER_LDFLAGS=""`
* You can pass your own flags to makefile with `CFLAGS=""` and/or `LDFLAGS=""` (this will supersede the defaults one)
@ -32,5 +32,4 @@ sudo ldconfig
```
## Settings
After running Toxic for the first time an empty file called toxic.conf should reside in your home configuration directory ("~/.config/tox" for Linux users).
For an example on how to use this config file to save settings such as auto-logging and time format see: [toxic/misc/toxic.conf](toxic/misc/toxic.conf).
After running Toxic for the first time an empty file called toxic.conf should reside in your home configuration directory ("~/.config/tox" for Linux users). For an example on how to use this config file to save settings such as auto-logging and time format see: [misc/toxic.conf](misc/toxic.conf).