aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/README')
-rw-r--r--trunk/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/README b/trunk/README
new file mode 100644
index 000000000..7f38eabb2
--- /dev/null
+++ b/trunk/README
@@ -0,0 +1,12 @@
+How to use empathy ?
+
+1) Install
+$ ./autogen.sh
+$ make && make install
+
+2) Start empathy
+$ empathy
+This will start MC, connect all enabled accounts and add a GtkStatusIcon. If you
+start a private chat or someone is saying something to you, empathy-chat will be
+started automagicaly and display a chat UI for your conversation.
+