switch tar command for xz instead of gzip (#73)

This commit is contained in:
James Dalton
2017-05-24 22:56:29 -05:00
committed by Joe Nelson
parent 1a5cadb855
commit 3cb2c0f297
+1 -1
View File
@@ -9,7 +9,7 @@ The release page has precompiled binaries for Mac OS X, Windows, and several Lin
# Untar the release (available at https://github.com/begriffs/postgrest/releases/latest)
$ tar zxf postgrest-[version]-[platform].tar.xz
$ tar Jxf postgrest-[version]-[platform].tar.xz
# Try running it
$ ./postgrest --help