Coming in for landing on v0.3
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"POSTGREST_VER": {
|
"POSTGREST_VER": {
|
||||||
"description": "Version of PostgREST to deploy",
|
"description": "Version of PostgREST to deploy",
|
||||||
"value": "0.2.12.1"
|
"value": "0.3.0.0"
|
||||||
},
|
},
|
||||||
"DB_NAME": {
|
"DB_NAME": {
|
||||||
"description": "Database name",
|
"description": "Database name",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ The [release page](https://github.com/begriffs/postgrest/releases/latest) has pr
|
|||||||
```sh
|
```sh
|
||||||
# Untar the release (available at https://github.com/begriffs/postgrest/releases/latest)
|
# Untar the release (available at https://github.com/begriffs/postgrest/releases/latest)
|
||||||
|
|
||||||
$ tar zxf postgrest-0.2.12.1-osx.tar.xz
|
$ tar zxf postgrest-[version]-[platform].tar.xz
|
||||||
|
|
||||||
# Try running it
|
# Try running it
|
||||||
$ ./postgrest
|
$ ./postgrest
|
||||||
|
|||||||
Reference in New Issue
Block a user