Installation¶
Bolt is distributed as a standalone binary that can be installed through several methods.
Go install¶
If you have Go installed, you can install Bolt using go install:
This will install Bolt to your $GOBIN directory. Make sure that $GOBIN is
in your $PATH.
Homebrew¶
If you're on macOS or Linux and use Homebrew, you can install Bolt from the tap:
Verifying Installation¶
After installation, verify that Bolt is correctly installed by checking the version:
You should see output displaying the current version of Bolt.
Next Steps¶
Once installed, head over to the Tutorial to learn how to use Bolt for your first migration.