Zhiva Install Instruction
Linux / macOS
Required:
curl -fsSL https://raw.githubusercontent.com/wxn0brP/Zhiva/HEAD/install/prepare.sh | bash
export PATH="$HOME/.zhiva/bin:$PATH"
zhiva install Zhiva-store-app
zhiva start Zhiva-store-app
Remember to add the following to your .bashrc or .zshrc file:
export PATH="$HOME/.zhiva/bin:$PATH"
If you use zsh, add the following to your .zshrc file to enable auto-completion for Zhiva commands:
[ -s "$HOME/.zhiva/scripts/_zhiva" ] && source "$HOME/.zhiva/scripts/_zhiva"
Windows
Repository: https://github.com/wxn0brP/Zhiva-windows