mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 01:13:02 +01:00
Update README.md
This commit is contained in:
parent
449b6fa5ff
commit
46e4ddfaf1
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user