Skip to content

Commit

Permalink
Notes for brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardelio committed Mar 11, 2022
1 parent a1ab69f commit 1096612
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions UPDATE-BREW-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,33 @@ How to update package for brew

7. copy the new sha256 code that is output and put this into the formula file

8. add and commit and push

9. run 2 commands

brew update (to update the the taps)
brew upgrade (to actually upgrade the version)

10. use these commands to help

brew info <package>
brew list
brew search <package>


___ _____ _ _ ___ _ _ _ __
|_ _| |_ _| | | |_ _| \ | | |/ /
| | | | | |_| || || \| | ' /
| | | | | _ || || |\ | . \
|___| |_| |_| |_|___|_| \_|_|\_\


that
https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap
this is important

brew tap user/repo

to tell brew about this custom tap

then brew install <package>

0 comments on commit 1096612

Please sign in to comment.