Fix step 3 of the tutorial 0

This commit is contained in:
Laurence Isla
2023-01-28 20:34:48 -05:00
committed by steve-chavez
parent 0a5ae531a4
commit aecb7910de
+2 -2
View File
@@ -52,9 +52,9 @@ The result will be a file named simply :code:`postgrest` (or :code:`postgrest.ex
.. code-block:: bash
./postgrest
./postgrest -h
If everything is working correctly it will print out its version and information about configuration. You can continue to run this binary from where you downloaded it, or copy it to a system directory like :code:`/usr/local/bin` on Linux so that you will be able to run it from any directory.
If everything is working correctly it will print out its version and the available options. You can continue to run this binary from where you downloaded it, or copy it to a system directory like :code:`/usr/local/bin` on Linux so that you will be able to run it from any directory.
.. note::