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 | bash
After 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.0
After the installation is complete, you can run bolt
to use the bolt CLI tool.
bolt --help
This script is based on Foundryup