Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/documentation/content/docs/gateway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ This command will download the appropriate binary for your operating system.
curl -sSL https://graphql-hive.com/install-gateway.sh | sh
```

To install a specific Hive Gateway version, pass a valid release version (for example `X.Y.Z`) to the script:

```sh
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- X.Y.Z
```

</Tabs.Tab>

{/* Docker */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,12 @@ download and setup the binary on your machine.
curl -sSL https://graphql-hive.com/install-gateway.sh | sh
```

To install a specific Hive Gateway version, pass a valid release version (for example `X.Y.Z`) to the script:

```sh
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s -- X.Y.Z
```

Then you can run the Hive Gateway with the following command.

```sh
Expand Down
Loading