From 46e4ddfaf1a9a7fb80d1ca85e82f21b0a7d559f1 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 24 Jun 2014 12:30:33 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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).