Fix step 3 of the tutorial 0

This commit is contained in:
Laurence Isla
2022-11-14 22:14:04 -05:00
committed by Steve Chavez
parent 50eb42bf46
commit a6af266ab7
+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::