Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 692 Bytes

File metadata and controls

31 lines (22 loc) · 692 Bytes

homebrew-wemakeit

This tap retains slightly outdated brews required for setting up a working copy of wemakeit on macOS.

postgresql

# Find out whether Homebrew provides postgresql 10.5
brew update
brew info postgresql | head -n 1

# Install from Homebrew if it provides the correct version
brew install postgresql

# Install from this tap otherwise
brew install wemakeit/wemakeit/postgresql@10.5

postgis

# Find out whether Homebrew provides postgis 2.4.x
brew update
brew info postgis | head -n 1

# Install from Homebrew if it provides the correct version
brew install postgis

# Install from this tap otherwise
brew install wemakeit/wemakeit/postgis@2.4