Forked from amitk/Install previous versions with brew
Created
August 4, 2022 12:40
-
-
Save amitk030/0a82651da958c55d0301911b08295633 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew tap-new $USER/<package-name> | |
| brew extract --version=<version-no> $USER/<package-name> | |
| brew search /<package-name>/ | |
| brew install <path to local formula> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment