Fix order of options in tar command (#345)
With the current order, the tar command thinks the name of the archive is J. This happens on Windows 10 WSL2 with tar 1.29.
This commit is contained in:
committed by
steve-chavez
parent
47bd27badb
commit
92f76722cc
+1
-1
@@ -46,7 +46,7 @@ The pre-built binaries for download are :code:`.tar.xz` compressed files (except
|
||||
|
||||
# download from https://github.com/PostgREST/postgrest/releases/latest
|
||||
|
||||
tar xfJ postgrest-<version>-<platform>.tar.xz
|
||||
tar xJf postgrest-<version>-<platform>.tar.xz
|
||||
|
||||
The result will be a file named simply :code:`postgrest` (or :code:`postgrest.exe` on Windows). At this point try running it with
|
||||
|
||||
|
||||
Reference in New Issue
Block a user