]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - INSTALL
mismatched \n in locale/es
[quix0rs-gnu-social.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f40594d260570fe9987cfbd4a3405f9279a3f458..54225ca31521045326e76e97e43b0ba630ba6173 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -106,9 +106,9 @@ especially if you've previously installed PHP/MySQL packages.
 1. Unpack the tarball you downloaded on your Web server. Usually a
    command like this will work:
 
-       tar zxf statusnet-1.0.0rc1.tar.gz
+       tar zxf statusnet-1.0.1.tar.gz
 
-   ...which will make a statusnet-1.0.0rc1 subdirectory in your current
+   ...which will make a statusnet-1.0.1 subdirectory in your current
    directory. (If you don't have shell access on your Web server, you
    may have to unpack the tarball on your local computer and FTP the
    files to the server.)
@@ -116,7 +116,7 @@ especially if you've previously installed PHP/MySQL packages.
 2. Move the tarball to a directory of your choosing in your Web root
    directory. Usually something like this will work:
 
-       mv statusnet-1.0.0rc1 /var/www/statusnet
+       mv statusnet-1.0.1 /var/www/statusnet
 
    This will make your StatusNet instance available in the statusnet path of
    your server, like "http://example.net/statusnet". "microblog" or