⚓ Install
📣 Notice
kani runs on zsh, and bash only.
Not work on other shells (csh, ksh, fish, …).
📌 Requirements
- rcaloras/bash-preexec
- Runs
kanion bash environment.
- Runs
🍺 Homebrew (macOS)
Type the following two commands, then kani will be installed into your /usr/local/opt/kani
brew tap tamadalab/brew
brew install kani
💪 Install yourself
- Clone the
kanirepository from GitHub (tamadalab/kani).git clone https://github.com/tamadalab/kani.git
- Move to the cloned
kanidirectory.cd kani
- Compile the sources.
make
- Make distribution file.
make dist
- Extract the suitable archive file in
distdirectory in your system.tar xvfz dist/kani-1.0.0-windows-amd64.tar.gz -C INSTALL_DIR
- Set
KANI_HOMEenvironment value to yourINSTALL_DIRsetenv KANI_HOME=${INSTALL_DIR}- the above line should be written in your
.bashrcor.zshrc.