From c518585259645d3029e55d5bb8becdeaf0f935b4 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 28 Jun 2020 13:46:39 -0500 Subject: [PATCH] Add FreeBSD port to install page --- install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.rst b/install.rst index fdc192342..0481ed283 100644 --- a/install.rst +++ b/install.rst @@ -12,6 +12,12 @@ If you use **macOS Homebrew**, then you can install PostgREST from the `official brew install postgrest +If you use **FreeBSD**, then you can install PostgREST from the `official ports `_. + +.. code:: bash + + pkg install hs-postgrest + If you use **Arch Linux**, then you can install PostgREST from the `official repo `_. .. code:: bash