diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-01 23:29:18 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-01 23:29:18 +0800 |
commit | 86381b9188f51cb87cd074835b4eb42cc10e721f (patch) | |
tree | db8a6d3d77ae59ced74268baf6c6ba7b4e88c99c /trunk/README | |
parent | 2b97b3d9e72dcbb6ac6132ae9278baebed923162 (diff) | |
download | gsoc2013-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/README | 12 |
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. + |