Installing kool CLI
You will find all information to setup kool
on the official Github Repository.
Requirements
Kool is powered by Docker so you need to have it already installed on your machine. If you haven’t already, please get Docker first.
For Linux or MacOS
In order to obtain kool
under Linux and MacOS run the following script:
curl -fsSL https://kool.dev/install | bash
For Windows
Download and run the latest installer from our releases artifacts here.
That is it! For the next steps to use kool
in your projects head to the official documentation.