From ea2e166aa13bfcdb881964c080e261c00502e081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Mili=C4=87?= Date: Sun, 29 Nov 2020 00:00:35 +0100 Subject: [PATCH] Add chocolatey installation method #369 --- install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 `.