summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-04-17 01:47:54 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-04-17 01:47:54 +0200
commit12c2a09b9385b23e57758ecfaca31ab6f75161bc (patch)
treeb7175d6c9db212a87ee95fc648817d1c09638d88 /README
parentf509c3ee22c280d78ca5c360ad476e72d6f78df0 (diff)
downloadpoezio-12c2a09b9385b23e57758ecfaca31ab6f75161bc.tar.gz
poezio-12c2a09b9385b23e57758ecfaca31ab6f75161bc.tar.bz2
poezio-12c2a09b9385b23e57758ecfaca31ab6f75161bc.tar.xz
poezio-12c2a09b9385b23e57758ecfaca31ab6f75161bc.zip
Update README to the correct dependencies.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index c077c8d9..c348274e 100644
--- a/README
+++ b/README
@@ -25,9 +25,14 @@ MUCs, especially XEP 0045.
Install
=======================
You need python 3.0 or higher, and the SleekXMPP python library.
-SleekXMPP can be found at http://github.com/fritzy/SleekXMPP.
+In the developpement version, you’ll need this fork of SleekXMPP
+http://github.com/louiz/SleekXMPP.
-you can launch poezio with
+The simplest way to have up-to-date dependencies and to be able to test
+this developpement version is to use the update.sh script that downloads
+and places them in the right directory.
+
+you can then launch poezio with
./launch.sh
or you can install it with (as root or with sudo)