Skip to content

Commit 878da22

Browse files
committed
recommend WSL instead of Cygwin
1 parent 62cb21f commit 878da22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source_md/input-and-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ And sure enough, we're going to do the good old `"hello, world"` schtick.
3535

3636
::: {.hintbox}
3737
**Hey!**
38-
For the purposes of this chapter, I'm going to assume you're using a unix-y environment for learning Haskell.
39-
If you're on Windows, I'd suggest you download [Cygwin](https://www.cygwin.com/), which is a Linux-like environment for Windows, A.K.A. just what you need.
38+
For the purposes of this chapter, I'm going to assume you're using a Unix-y environment for learning Haskell.
39+
If you're on Windows, I'd suggest using [WSL](https://learn.microsoft.com/windows/wsl), which is a Linux-like environment right inside Windows, A.K.A. just what you need.
4040
:::
4141

4242
So, for starters, punch in the following in your favorite text editor:

0 commit comments

Comments
 (0)