From 92f76722cc6948908e1584fb7041446c100f336f Mon Sep 17 00:00:00 2001 From: Geoffrey van Wyk Date: Thu, 20 Aug 2020 20:45:00 +0200 Subject: [PATCH] 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. --- tutorials/tut0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index 18884ea5f..a0c49bac2 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -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--.tar.xz + tar xJf postgrest--.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