diff --git a/README.md b/README.md index 198093e..cb0765c 100644 --- a/README.md +++ b/README.md @@ -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).