about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-04 23:20:25 +0100
committerJames Booth <boothj5@gmail.com>2012-07-04 23:20:25 +0100
commit711448e81765d480ce67c253813d4e93954222ab (patch)
tree1c5462dc8cab602ba2964044437c7ed3c13aef61
parent86ac2581e2e11703b05ee8a61581df073b0e0bcd (diff)
downloadprofani-tty-711448e81765d480ce67c253813d4e93954222ab.tar.gz
Updated README
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ddf99d0..d772c799 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ Installation
 
 Dependencies: ncurses, libstrophe, glib, expat, xml2 and openssl.
 
+Optional Dependencies: libnotify
+
 Libstrophe can be found at: https://github.com/metajack/libstrophe
 
 To run unit tests requires head-unit: https://github.com/boothj5/head-unit
@@ -16,19 +18,25 @@ All other dependencies should have packages for your distribution.
 
 Once depdendencies have been installed, run:
 
+    ./bootstrap.sh
+    ./configure
     make
 
 To build and install in the current directory.
 
+If you wish to install on the system, switch to root, or sudo and:
+
+    make install
+
 Running
 -------
 
-    ./profanity
+    profanity
 
 Some older jabber servers advertise SSL/TLS support but don't respond to the handshake,
 if you have trouble connecting, run with the `-notls` option:
 
-    ./profanity -notls
+    profanity -notls
 
 Preferences
 -----------