Update an example of windows installation of a specific version (#5249)

This commit is contained in:
Kamil Kisiela 2024-07-19 13:19:10 +02:00 committed by GitHub
parent ae5eff7a51
commit 7dbc245c3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>