Install Kurator Cli

Instructions on installing Kurator cli.

Install from source

Download kurator source and run make kurator

git clone https://github.com/kurator-dev/kurator.git
cd kurator
make kurator

And then move the executable binary to your PATH.

Install from release package

Go to Kurator release page to download the release package for your OS and extract.

curl -L https://github.com/kurator-dev/kurator/releases/download/v0.4.0/kurator-0.4.0-linux-amd64.tar.gz
tar -zxvf kurator-0.4.0-linux-amd64.tar.gz

kurator binary is in the current directory, move it to your user PATH