Add Windows installation using Scoop to install page (#342)

This commit is contained in:
Aleš Najmann
2020-08-04 12:02:44 -05:00
committed by GitHub
parent 7f67cf78e7
commit c7e623549d
+6
View File
@@ -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 <https://scoop.sh>`_.
.. code:: bash
scoop install postgrest
When a pre-built binary does not exist for your system you can :ref:`build the project from source <build_source>`.
Running