aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/README
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-06-01 23:29:18 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-01 23:29:18 +0800
commit86381b9188f51cb87cd074835b4eb42cc10e721f (patch)
treedb8a6d3d77ae59ced74268baf6c6ba7b4e88c99c /trunk/README
parent2b97b3d9e72dcbb6ac6132ae9278baebed923162 (diff)
downloadgsoc2013-empathy-EMPATHY_0_6.tar
gsoc2013-empathy-EMPATHY_0_6.tar.gz
gsoc2013-empathy-EMPATHY_0_6.tar.bz2
gsoc2013-empathy-EMPATHY_0_6.tar.lz
gsoc2013-empathy-EMPATHY_0_6.tar.xz
gsoc2013-empathy-EMPATHY_0_6.tar.zst
gsoc2013-empathy-EMPATHY_0_6.zip
Tagged for release 0.6.EMPATHY_0_6
svn path=/tags/EMPATHY_0_6/; revision=108
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..0bc5d3056
--- /dev/null
+++ b/trunk/README
@@ -0,0 +1,12 @@
+How to use empathy ?
+
+1) Install
+$ ./autogen
+$ 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.
+