mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Update an example of windows installation of a specific version (#5249)
This commit is contained in:
parent
ae5eff7a51
commit
7dbc245c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ You can also download a specific version of the binary:
|
|||
|
||||
<Tabs.Tab>
|
||||
```sh
|
||||
set HIVE_CLI_VERSION="0.31.0" && powershell -c "irm https://graphql-hive.com/install.ps1 | iex"
|
||||
$env:HIVE_CLI_VERSION="0.31.0"; powershell -c "irm https://graphql-hive.com/install.ps1 | iex"
|
||||
```
|
||||
</Tabs.Tab>
|
||||
</Tabs>
|
||||
|
|
|
|||
Loading…
Reference in a new issue