From 1a1169f3718d086120976c3e63e0b02e0d8abb83 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Thu, 11 May 2023 11:04:11 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a7eba..71b90c0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cd registry ### Set up embassy-publish tool -- run `apt install libgmp-dev zlib1g-dev libtinfo-dev` (on macOS `brew install libmpd zlib-ng libtiff`) +- run `apt install libgmp-dev zlib1g-dev libtinfo-dev libpq-dev` (on macOS `brew install libmpd zlib-ng libtiff`) - run `stack install` (recommended: include the installation path in your $PATH after running this command) - update your shell to include the installation path of the copied executables from `stack install`. i.e. `nano ~./zshrc` add `export PATH=$PATH:/your/path/here` to zshrc; save and exit nano. Run `source ~/.zshrc` - run `embassy-publish init --bash` (or --zsh / --fish depending on your preferred shell)