From c7e623549d0218e89f52b7b0a333669b0d8823fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Tue, 4 Aug 2020 19:02:44 +0200 Subject: [PATCH] Add Windows installation using Scoop to install page (#342) --- install.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.rst b/install.rst index 0481ed283..a56b0c0d0 100644 --- a/install.rst +++ b/install.rst @@ -30,6 +30,12 @@ If you use **Nix**, then you can install PostgREST from nixpkgs. nix-env -i haskellPackages.postgrest +If you use Windows, you can install PostgREST using `Scoop command-line installer `_. + +.. code:: bash + + scoop install postgrest + When a pre-built binary does not exist for your system you can :ref:`build the project from source `. Running