Skip to content

Instantly share code, notes, and snippets.

@harshitanand
Forked from somecuitears/homebrew.md
Created November 30, 2020 09:24
Show Gist options
  • Save harshitanand/31acec90ab919ee39421885f8982aabd to your computer and use it in GitHub Desktop.
Save harshitanand/31acec90ab919ee39421885f8982aabd to your computer and use it in GitHub Desktop.
Homebrew and UPX Installation Procedure for macOS

UPX detail : Compress/expand executable files;

Open terminal | Command+Space and type Terminal and press enter/return key.

Paste following code :

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

Wait for the command to finish. After completion run following code :

brew install upx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment