Skip to content

Building Kiwi

Clone the repository:

$ git clone https://github.com/fuseraft/kiwi.git

Run the build script:

$ ./build.sh

Create a symlink to run kiwi from anywhere:

$ mkdir -p ~/bin
$ ln -sf "$(pwd)/bin/kiwi" ~/bin/kiwi

Verify setup:

$ kiwi -v