From 78989a8bbdf2d5417099268c2007a9e6f46a9bae Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 23 Jan 2023 19:14:22 +0000 Subject: [PATCH] get rid of note about git bash from readme --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c09043a..54230f8 100644 --- a/README.md +++ b/README.md @@ -143,18 +143,9 @@ I highly recommend you look into the Chocolatey package manager, which makes it easier to configure these tools and keep them up to date. **Prerequisites:** In addition to the other prerequisites, you will need to to have -`make` installed with `cygwin`. If you are using this method, you cannot use the -automated build scripts without a hack. You will need to create a file called `wsl` -in a place that is in the path used by `git-bash.exe` sessions, with the content: - -``` -#! /usr/bin/env bash -$@ -``` - -For our purposes, as long as everything else is set up and you're using git bash, -that is enough to make the scripts compatible with `cygwin`. Cygwin builds without -git bash are not likely to work. +`make` installed with `cygwin`. For our purposes, as long as everything else is +set up and you're using git bash, that is enough to make the scripts compatible with +`cygwin`. Cygwin builds without git bash are not likely to work. 1. Run the Cygwin `setup-$arch.exe` for your platform to set up new packages. Select the `make` `jq` `dos2unix` and `curl` packages. 2. Open a cygwin terminal.