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

wemakeit/homebrew-wemakeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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/[email protected]

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/[email protected]

About

Tap to retain slightly outdated brews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages