From 441c0a2452b501c6fa559073f5cd40183117c101 Mon Sep 17 00:00:00 2001 From: Karthikeyan Chinnakonda Date: Thu, 13 Feb 2020 12:54:36 +0530 Subject: [PATCH] cli: update installation instructions in the readme (fix #3875) (#3876) Co-authored-by: Shahidh K Muhammed --- cli/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cli/README.md b/cli/README.md index e9011e1bcd3..716f1d905a3 100644 --- a/cli/README.md +++ b/cli/README.md @@ -8,10 +8,11 @@ - Linux/macOS ```bash -curl -L https://cli.hasura.io/install.sh | bash -``` -- Windows: [installer](https://cli.hasura.io/install/windows-amd64) +curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | bash +``` +- 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