How to install PostREST on MacOS M1
May 4, 2021
Assuming you have home-brew installed
Enter the following commands
brew install libpq
brew install gmp
git clone https://github.com/PostgREST/postgrest.git
cd postgrest
sudo stack build --install-ghc --copy-bins --local-bin-path /usr/local/bin --allow-different-user
Test installation with command postgrest
`
Carry on wayward my developers