Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 178 Bytes

install.md

File metadata and controls

14 lines (10 loc) · 178 Bytes

Homebrew install specific version

$ brew install [email protected]

Check if port 5432 is being used

$ lsof -i :5432

# Kill the port.
$ kill -9 <pid>