summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-01-17 17:52:37 +0100
committermathieui <mathieui@mathieui.net>2013-01-17 17:54:11 +0100
commit65a0569300359345a549fb525568f3139126198a (patch)
tree4ec62cdd179425e732967b6c08d49feed71e3cb9
parent8ab4fc05c327a77e24929c614afb08163f03c24f (diff)
downloadpoezio-65a0569300359345a549fb525568f3139126198a.tar.gz
poezio-65a0569300359345a549fb525568f3139126198a.tar.bz2
poezio-65a0569300359345a549fb525568f3139126198a.tar.xz
poezio-65a0569300359345a549fb525568f3139126198a.zip
Update the installation instructions
-rw-r--r--doc/en/install.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/en/install.txt b/doc/en/install.txt
index dd6b9d43..177c2509 100644
--- a/doc/en/install.txt
+++ b/doc/en/install.txt
@@ -31,6 +31,9 @@ You can download poezio's https://dev.louiz.org/project/poezio/download[stable
git clone https://git.louiz.org/poezio
============================
+NOTE: To clone the repo, which uses a self-signed certificated, you can
+prefix the clone command with GIT_SSL_NO_VERIFY=1.
+
In order for poezio to correctly work, you need the libs SleekXMPP and
dnspython. You can install them by downloading it from the
https://github.com/fritzy/SleekXMPP/[SleekXMPP] page and the
@@ -50,7 +53,7 @@ If you want to install SleekXMPP and dnspython by yourself, follow these
Download SleekXMPP
============================
-git clone git://github.com/louiz/SleekXMPP.git
+git clone https://github.com/fritzy/SleekXMPP.git
============================
Make sure you're using the develop branch by typing