Add Windows installation using Scoop to install page (#342)
This commit is contained in:
@@ -30,6 +30,12 @@ If you use **Nix**, then you can install PostgREST from nixpkgs.
|
|||||||
|
|
||||||
nix-env -i haskellPackages.postgrest
|
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>`.
|
When a pre-built binary does not exist for your system you can :ref:`build the project from source <build_source>`.
|
||||||
|
|
||||||
Running
|
Running
|
||||||
|
|||||||
Reference in New Issue
Block a user