diff --git a/install.rst b/install.rst index 58341baee..278d94a14 100644 --- a/install.rst +++ b/install.rst @@ -1,13 +1,13 @@ Binary Release ============== -[ `Download from release page `_ ] +[ `Download from release page `_ ] The release page has pre-compiled binaries for Mac OS X, Windows, and several Linux distributions. Extract the tarball and run the binary inside with the :code:`--help` flag to see usage instructions: .. code-block:: bash - # Untar the release (available at https://github.com/begriffs/postgrest/releases/latest) + # Untar the release (available at https://github.com/PostgREST/postgrest/releases/latest) $ tar Jxf postgrest-[version]-[platform].tar.xz @@ -293,7 +293,7 @@ When a pre-built binary does not exist for your system you can build the project .. code-block:: bash - git clone https://github.com/begriffs/postgrest.git + git clone https://github.com/PostgREST/postgrest.git cd postgrest # adjust local-bin-path to taste diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index 8ff68e6e5..dea41538c 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -48,13 +48,13 @@ This will run the Docker instance as a daemon and expose port 5432 to the host s Step 3. Install PostgREST ------------------------- -PostgREST is distributed as a single binary, with versions compiled for major distributions of Linux/BSD/Windows. Visit the `latest release `_ for a list of downloads. In the event that your platform is not among those already pre-built, see :ref:`build_source` for instructions how to build it yourself. Also let us know to add your platform in the next release. +PostgREST is distributed as a single binary, with versions compiled for major distributions of Linux/BSD/Windows. Visit the `latest release `_ for a list of downloads. In the event that your platform is not among those already pre-built, see :ref:`build_source` for instructions how to build it yourself. Also let us know to add your platform in the next release. The pre-built binaries for download are :code:`.tar.xz` compressed files (except Windows which is a zip file). To extract the binary, go into the terminal and run .. code-block:: bash - # download from https://github.com/begriffs/postgrest/releases/latest + # download from https://github.com/PostgREST/postgrest/releases/latest tar xfJ postgrest--.tar.xz