aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-04-26 05:59:20 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-04-26 05:59:20 +0800
commit3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4 (patch)
treec1426dc8388fc711bf4a5e8de42fd3a4b76e6842 /README
parent725dc762a2b5c5836ae8b6f2e0bbd53407584b39 (diff)
downloadgsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar.gz
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar.bz2
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar.lz
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar.xz
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.tar.zst
gsoc2013-empathy-3ef9b9038a3a577b5b91c3154e4e0edd50f70bb4.zip
[darcs-to-svn @ initial import]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..ef16e2c7c
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+How to use empathy ?
+
+1) Install
+$ ./autogen
+$ make && make install
+
+2) Setup and enable some accounts
+$ empathy-accounts
+
+3) Get your contact list
+$ empathy-contact-list
+This will start MC and connect all enabled accounts. 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.
+