Skip to content

Instantly share code, notes, and snippets.

@sarah-j-smith
Created September 8, 2021 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarah-j-smith/1396a7203befb134f12eb6db61622a14 to your computer and use it in GitHub Desktop.
Save sarah-j-smith/1396a7203befb134f12eb6db61622a14 to your computer and use it in GitHub Desktop.
Installing the BFG on Mac
curl -O https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar
mkdir -p ~/bin
mv -f bfg-1.14.0.jar ~/bin/.
java -jar ~/bin/bfg-1.14.0.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment