Install Coco
Get started with Coco in minutes. Select your operating system below.
1
Remove previous install
If you have a previous version installed:
rm -rf ~/.coco/bin2
Download & extract
Download from Releases and extract:
mkdir -p ~/.coco/bin
tar -C ~/.coco/bin -xzf coco-*-macos-*.tar.gz3
Add to PATH
Add to ~/.zshrc or ~/.bashrc:
export PATH="$PATH:$HOME/.coco/bin"Then reload your shell:
source ~/.zshrc4
Verify installation
coco versionEditor Support
Coco for VS Code
Syntax highlighting & tooling support
→