docs: Better install command for Windows (#28138)

Pass install command to `cmd` on Windows
This commit is contained in:
Kartik Soneji 2022-10-06 16:08:48 +05:30 committed by GitHub
parent db37d6b2ec
commit c7c67f010b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ solana --version
installer into a temporary directory:
```bash
curl https://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/solana-install-init-x86_64-pc-windows-msvc.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs
cmd /c "curl https://release.solana.com/LATEST_SOLANA_RELEASE_VERSION/solana-install-init-x86_64-pc-windows-msvc.exe --output C:\solana-install-tmp\solana-install-init.exe --create-dirs"
```
- Copy and paste the following command, then press Enter to install the latest