Merge branch 'master' into 6588-documentation
[arvados.git] / doc / _includes / _arv_copy_expectations.liquid
index 022a8935da1855960362afbaa890b8691f7f8294..a76c9e7c255b0d8be82c6d480a8f43337475062a 100644 (file)
@@ -1,3 +1,6 @@
 {% include 'notebox_begin' %}
-This part of the tutorial assumes that you are working from a machine with an SSH key that is allowed to access both clusters (required to copy git repositories). As well as a git repository in the destination cluster. If you do not have a repository created, you can follow the documentation here: (Point to #6014)
+As stated above, arv-copy is recursive by default and requires a working git repository in the destination cluster. If you do not have a repository created, you can follow the "Adding a new repository":{{site.baseurl}}/user/tutorials/add-new-repository.html page. We will use the *tutorial* repository created in that page as the example.
+
+<br/>In addition, arv-copy requires git when copying to a git repository. Please make sure that git is installed and available.
+
 {% include 'notebox_end' %}