Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 530 Bytes

Install-Kite.md

File metadata and controls

13 lines (10 loc) · 530 Bytes
layout title
page
Install the Kite Command Line Interface

To download Kite with curl, run the following commands from a terminal window:

curl http://central.maven.org/maven2/org/kitesdk/kite-tools/{{site.version}}/kite-tools-{{site.version}}-binary.jar -o {{site.dataset-command}}
chmod +x {{site.dataset-command}}

The first command downloads the Kite tools JAR to a local file named {{site.dataset-command}}. The second changes the access rights on the JAR so that the classes in the JAR are executable.