diff --git a/install.rst b/install.rst index a7ab1bd4e..90e612bbb 100644 --- a/install.rst +++ b/install.rst @@ -34,6 +34,8 @@ To use PostgREST you will need an underlying database (PostgreSQL version 9.5 or * `Instructions for Ubuntu 14.04 `_ * `Installer for Windows `_ +On Windows, PostgREST will fail to run unless the PostgreSQL binaries are on the system path. To test whether this is the case, run ``pg_config`` from the command line. You should see it output a list of paths. + .. _configuration: Configuration