Merge branch '4291-workbench-collection-sharing-button-wip'
[arvados.git] / doc / install / index.html.textile.liquid
index b8ca6a127ae63a3add0a54ad7e0b2271120e5f4e..500f6f6bd0eb97b4740a0a680e1ac05b97bb579a 100644 (file)
@@ -14,7 +14,11 @@ Make sure curl and docker are installed on your system. Then, as a user in the d
 <pre><code>~$ <span class="userinput">\curl -sSL http://get.arvados.org | bash</span>
 </code></pre></notextile>
 
-This command will download the latest copy of the Arvados docker images as well as the arvdock command. It then uses arvdock to spin up Arvados on this computer. Depending on the speed of your internet connection, it can take a while to download the Arvados docker images.
+This command will download the latest copy of the Arvados docker images. It also gets the arvdock command and saves it in the current working directory. It then uses arvdock to spin up Arvados. Depending on the speed of your internet connection, it can take a while to download the Arvados docker images.
+
+This installation method assumes your web browser and the Arvados docker containers run on the same host. 
+
+If you prefer, you can also download the installation script and inspect it before running it. The @http://get.arvados.org@ url redirects to <a href="https://raw.githubusercontent.com/curoverse/arvados-dev/master/install/easy-docker-install.sh">https://raw.githubusercontent.com/curoverse/arvados-dev/master/install/easy-docker-install.sh</a>, which is the installation script.
 
 h2. Installation from source