Import Debian changes 1.23-1
[cascardo/sendxmpp.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3add5de..104a712 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,15 @@
 INSTALL
 -------
-sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP.
-
-$ tar xvfz sendxmpp-(version).tar.gz
-$ cd sendxmpp-(version)
-$ perl Makefile.PL
-$ make
-$ make install
 
-This will install under /usr/local; to install under another prefix, for exampl;e "/usr", do:
+Installation from Git repository:
+---------------------------------
 
-$ perl Makefile.PL PREFIX=/usr
+       cd /tmp
+       git clone https://github.com/lhost/sendxmpp.git
+       cd sendxmpp/
+       perl Makefile.PL
+       make
+       make install
 
-instead.
+sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP.