cli: update installation instructions in the readme (fix #3875) (#3876)

Co-authored-by: Shahidh K Muhammed <muhammedshahid.k@gmail.com>
This commit is contained in:
Karthikeyan Chinnakonda 2020-02-13 12:54:36 +05:30 committed by GitHub
parent 4b78884d36
commit 441c0a2452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,11 @@
- Linux/macOS - Linux/macOS
```bash ```bash
curl -L https://cli.hasura.io/install.sh | bash curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | bash
``` ```
- Windows: [installer](https://cli.hasura.io/install/windows-amd64) - Windows
Download the binary `cli-hasura-windows-amd64.exe` available under Assets of the latest release from the GitHub release page: https://github.com/hasura/graphql-engine/releases
### Download using go get ### Download using go get