From 05eeba32fa0b75581b4e551cf5731fcfcec2a986 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Thu, 1 Jul 2021 13:43:24 +0000 Subject: [PATCH] Make it clear that Windows is supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df8b42..1b47160 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ `ghcup` makes it easy to install specific versions of `ghc` on GNU/Linux, -macOS (aka Darwin) and FreeBSD and can also bootstrap a fresh Haskell developer environment from scratch. +macOS (aka Darwin), FreeBSD and Windows and can also bootstrap a fresh Haskell developer environment from scratch. It follows the unix UNIX philosophy of [do one thing and do it well](https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well). Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [pyenv](https://github.com/pyenv/pyenv) and [jenv](http://www.jenv.be).