Add chocolatey installation method

#369
This commit is contained in:
Miodrag Milić
2020-11-28 18:51:25 -05:00
committed by steve-chavez
parent 9f15044e63
commit ea2e166aa1
+2 -1
View File
@@ -30,10 +30,11 @@ 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>`_.
If you use Windows, you can install PostgREST using `Chocolatey <https://chocolatey.org>`_ or `Scoop <https://scoop.sh>`_.
.. code:: bash
choco install postgrest
scoop install postgrest
When a pre-built binary does not exist for your system you can :ref:`build the project from source <build_source>`.