Installation
Run Kattlo natively in Linux, MacOS and Windows.
Table of contents
Linux Binary
curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.2/kattlo-v0.2.2-linux' \
-o 'kattlo'
sudo chmod +x kattlo
sudo mv kattlo /usr/local/sbin/kattlo
Linux Packages
The are .deb and .rpm packages available. Do a check in the latest release.
MacOS
curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.2/kattlo-v0.2.2-mac' \
-o 'kattlo'
sudo chmod +x kattlo
sudo mv kattlo /usr/local/bin/kattlo
Windows
- download the latest release package for windows
- unzip it
- copy
VCRUNTIME140.dlltoC:\Windows\System32\ - get the absolute path to that unzipped directory
- add the absolute path of Kattlo to your
PATHenvironment variable - open the prompt and type:
kattlo -V