Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 324 Bytes

homebrew.md

File metadata and controls

8 lines (7 loc) · 324 Bytes

Installing Postman

brew update # Fetch latest version of homebrew and formula.
brew tap caskroom/cask # Tap the Caskroom/Cask repository from Github using HTTPS.
brew cask install postman # Install the given cask.
brew cleanup # For all installed or specific formulae, remove any older versions from the cellar.