A simple installer script for the bolt CLI.
Install boltup by running the following command:
curl -L https://raw.githubusercontent.com/chainbound/bolt/unstable/boltup/install.sh | bashAfter the installation is complete, you can run boltup to install or update the bolt CLI tool on your system.
boltup --tag [version]
# Example
boltup --tag v0.1.0After the installation is complete, you can run bolt to use the bolt CLI tool.
bolt --helpThis script is based on Foundryup