X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2251688e66191ff1169080f50868bf57e463659c..949abe8b7922c2b8d74b40366f053fdab1a1d214:/doc/sdk/cli/install.html.textile.liquid diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index 4776a97895..de76369149 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -4,6 +4,11 @@ navsection: sdk navmenu: CLI title: "Installation" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} Arvados CLI tools are written in Ruby and Python. To use the @arv@ command, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. The @arv@ command also relies on other Arvados tools. To get those, install the @arvados-python-client@ and @arvados-cwl-runner@ packages, either from PyPI or source. @@ -37,7 +42,7 @@ h3. Option 2: Build and install from source
-~$ git clone https://github.com/curoverse/arvados.git
+~$ git clone https://github.com/arvados/arvados.git
 ~$ cd arvados/sdk/cli
 ~/arvados/sdk/cli$ gem build arvados-cli.gemspec
 ~/arvados/sdk/cli$ sudo -i gem install arvados-cli-*.gem