Skip to content

Commit

Permalink
Switch from curl to WebRequest on Windows
Browse files Browse the repository at this point in the history
Closes #60.
  • Loading branch information
theory committed Dec 2, 2023
1 parent 0866100 commit 9cbc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9cbc144

Please sign in to comment.