From 9cbc144de5919099fdb4b1990a69f33af097c916 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Sat, 2 Dec 2023 11:44:50 +0100 Subject: [PATCH] Switch from curl to WebRequest on Windows Closes #60. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ae759..cf1ae0c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ curl -L https://git.io/JJKCn -o sqitch && chmod +x sqitch ```bat docker pull sqitch/sqitch -curl -L https://git.io/JTAi6 -o sqitch.bat +WebRequest -Uri "https://git.io/JTAi6" -OutFile "sqitch.bat" .\sqitch help ```