Install Geko
Manual
- Download latest release and unarchive it into folder of your choosing, for example into
~/.local/bin - Add that folder to
PATHvariable in config file of your shell.
Example for zsh
in ~/.zshrc
bash
export PATH=/Users/my.user/.local/bin:$PATHVia install.sh
- Donwload install.sh file
- Run
chmod +x install.sh - Run
./install.shor pass exact release tag./install.sh Geko@1.0.0
Make sure you are using zsh or manually add the path to executable into your shell config file.
bash
export PATH=/Users/my.user/.local/bin:$PATH