Hey @joshmay , I think you might have missed a small step in the installation.
In the error output you can see cannot load such file -- colorize
. That leads me to believe that the colorize
module might not be installed. Have a look at the bg2md installation guide or try running sudo gem install colorize optparse clipboard
.
Let me know if that worked!