diff --git a/README.md b/README.md
index 649067e4b67cf9bc47be30fe81fd7bda99ce814e..d61e62fb7012818e7fbbbad2e00de988a05ae9c5 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@ Url depends on choice made on first step:
 
 	http://localhost/dolibarr/htdocs/install/
 or
-
+	http://localhost/dolibarr/install/
+or
 	http://yourdolibarrvirtualhost/install/
    
 - Follow instructions provided by installer...
@@ -44,8 +45,9 @@ This URL should looks like:
 
 	http://localhost/dolibarr/htdocs/install/
 or
-
-	http://yourdolibarrhost/install/index.php
+	http://localhost/dolibarr/install/
+or
+	http://yourdolibarrhost/install/
 
 Then choose the "update" option according to your case.
 Note: Migrate process can be ran safely several times.
diff --git a/build/launchpad/README b/build/launchpad/README
index 50c7ff4bc5ef3befa62f3638d6f1c6c787b1d442..68794bf0b1ad04f1c5d4b387e5f2493fc9742c75 100644
--- a/build/launchpad/README
+++ b/build/launchpad/README
@@ -10,7 +10,7 @@ a package onto LaunchPad
 # This is standard command to work on RPM packaging:
 #
 # To install all packagers tools:
-# apt-get install bzr-builder bzr pbuilder
+# sudo apt-get install bzr-builder bzr dpatch pbuilder debootstrap devscripts
 
 # Init local working env
 - Create account on launchpad.org
@@ -23,7 +23,7 @@ a package onto LaunchPad
 - Create a file /.pbuilderrc with content
     COMPONENTS="main universe multiverse restricted"
 - Create chroot ubuntu env
-    sudo pbuilder create
+    sudo pbuilder create [--distribution sid|squeeze]
 
 # Init package tools for launchpad
 - Create a Bazaar directory