Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 347 Bytes

exercise-3-2.md

File metadata and controls

27 lines (18 loc) · 347 Bytes

Exercise 3-2 for Mac Users: Manage Packages with Homebrew

🍺 Install the Homebrew package manager.

Install neofetch:

brew install neofetch

And then run it:

neofetch

Uninstall it:

brew remove neofetch

Update all packages:

brew upgrade