Prerequisite - Install Java runtime 8 (JRE 8) from http://www.oracle.com/technetwork/java/javase/downloads/index.html
Manual standalone installation
- Download the latest zanata-cli
dist.zipfrom Maven Central - Extract the downloaded zip file into a folder.
- Search for
cmdin Windows Start button and open upCommand prompt window - Navigate to the extracted folder by using
cdcommand. e.g.cd C:\temp\zanata-cli-x.y.z - Run the command
bin\zanata-clito start zanata-cli. - You may also which to add the
bindirectory to your system PATH, to ensure zanata-cli is always available.