Merge branch '4383-easy-install'
[arvados.git] / doc / install / index.html.textile.liquid
index b8ca6a127ae63a3add0a54ad7e0b2271120e5f4e..227dd75b276995f05351aa42fc639f477016b525 100644 (file)
@@ -14,7 +14,9 @@ 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. 
 
 h2. Installation from source