diff --git a/install.rst b/install.rst index a56b0c0d0..d365cf362 100644 --- a/install.rst +++ b/install.rst @@ -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 `_. +If you use Windows, you can install PostgREST using `Chocolatey `_ or `Scoop `_. .. 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 `.