From 8780078b41546c40fe19db1964015be87108eb2a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 15 Feb 2017 23:54:14 +0000 Subject: [PATCH] Mention Windows support explicitly --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af4603b5..56a29984 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Create React apps with no build configuration. * [Getting Started](#getting-started) – How to create a new app. * [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App. +Create React App works on MacOS, Linux, and Windows. +If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new). + ## tl;dr ```sh