Last active
August 5, 2024 09:41
-
-
Save emis44/70f4eb012dcfa3c9cacf56e97cbdb980 to your computer and use it in GitHub Desktop.
[brew] Brew commands #brew
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
## update brew's internal list of formulae | |
brew update | |
## upgrade package | |
brew upgrade [nome package] | |
## upgrade cask package | |
brew upgrade --cask [nome package] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment