Update postgrest repo links

This commit is contained in:
steve-chavez
2018-09-20 10:47:52 -05:00
committed by Steve Chávez
parent 54436e2dc6
commit c4e926af2d
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
Binary Release
==============
[ `Download from release page <https://github.com/begriffs/postgrest/releases/latest>`_ ]
[ `Download from release page <https://github.com/PostgREST/postgrest/releases/latest>`_ ]
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
+2 -2
View File
@@ -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 <https://github.com/begriffs/postgrest/releases/latest>`_ 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 <https://github.com/PostgREST/postgrest/releases/latest>`_ 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-<version>-<platform>.tar.xz