Installation
Install Recast using the shell script:
bash
curl -fsSL https://recast.pages.dev/install.sh | shThis downloads the binary for your OS and puts it in ~/.local/bin/recast.
Check your PATH
Make sure your shell can find the recast command:
bash
which recastIf it's not found, add this to your ~/.bashrc or ~/.zshrc:
bash
export PATH="$HOME/.local/bin:$PATH"Manual Install
Don't want to use curl | sh? Just grab the binary from the GitHub Releases page and put it in your path manually.
Build from Source
bash
git clone https://github.com/iamvxrn/recast.git
cd recast
go build -o recast