⚓ Install
📣 Notice
kani
runs on zsh, and bash only.
Not work on other shells (csh
, ksh
, fish
, …).
📌 Requirements
- rcaloras/bash-preexec
- Runs
kani
on 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
kani
repository from GitHub (tamadalab/kani
).git clone https://github.com/tamadalab/kani.git
- Move to the cloned
kani
directory.cd kani
- Compile the sources.
make
- Make distribution file.
make dist
- Extract the suitable archive file in
dist
directory in your system.tar xvfz dist/kani-1.0.0-windows-amd64.tar.gz -C INSTALL_DIR
- Set
KANI_HOME
environment value to yourINSTALL_DIR
setenv KANI_HOME=${INSTALL_DIR}
- the above line should be written in your
.bashrc
or.zshrc
.