Merge "init.juno.rc: remove permission settings on /dev/cpuctl" into linaro-marshmallow
diff --git a/howto/HOWTO_getsourceandbuild.txt b/howto/HOWTO_getsourceandbuild.txt
index 18dc5fa..7707aaf 100644
--- a/howto/HOWTO_getsourceandbuild.txt
+++ b/howto/HOWTO_getsourceandbuild.txt
@@ -13,7 +13,7 @@
 $ ./linaro_android_build_cmds.sh -t #To build from the tip of the branch without overlay
 $ ./linaro_android_build_cmds.sh -t -o <overlay> #To build from the tip of the branch with provided overlay
 $ ./linaro_android_build_cmds.sh -m <pinned_manifest> -o <overlay> #To reproduce an exact build from pinned manifest
-$ ./linaro_android_build_cmds.sh -t -l <login-id> #Provide login/access ID to clone and build code from linaro-private repositories
+$ ./linaro_android_build_cmds.sh -t -u <url-aosp-mirror-manifest> #Provide the url to your AOSP mirror manifest
 </pre>
 
 The pinned manifest(pinned-manifest.xml("?":https://wiki.linaro.org/Platform/Android/ReproduceABuildExactly) and source manifest(source-manifest.xml) can be found from the list of artifacts
@@ -30,12 +30,12 @@
 Build from the tip of the source:
 
 bc. chmod a+x linaro_android_build_cmds.sh
-./linaro_android_build_cmds.sh -t
+./linaro_android_build_cmds.sh -t  or  ./linaro_android_build_cmds.sh -t -u <url-aosp-mirror-manifest>
 
 Or reproduce the exactly the same as this buid:
 
 bc. chmod a+x linaro_android_build_cmds.sh
-./linaro_android_build_cmds.sh -m pinned-manifest.xml
+./linaro_android_build_cmds.sh -m pinned-manifest.xml or ./linaro_android_build_cmds.sh -m pinned-manifest.xml -u <url-aosp-mirror-manifest>
 
 h3. Installing Android on your board