Skip to content

Latest commit

 

History

History

boltup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

boltup

A simple installer script for the bolt CLI.

Usage

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

Aknowledgements

This script is based on Foundryup