Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Last active January 17, 2017 01:35
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 hackjutsu/6623e393944930f774e545e576f4ca96 to your computer and use it in GitHub Desktop.
Save hackjutsu/6623e393944930f774e545e576f4ca96 to your computer and use it in GitHub Desktop.
Steps to install 7z executable on Mac via Terminal.
# Homebrew
brew update
brew install p7zip
# Macport
sudo port install p7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment