From 367a2b02182b5d392b44e1ce22bfcf779434e64b Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 2 Jun 2017 00:52:06 +0800 Subject: [PATCH] Update CONTRIBUTING.md with a note for Windows. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81eb363d..e42a7fc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,3 +64,5 @@ Now it's ready to start.. Run `./make.sh watch` - Watches pug files in `public/html/*` and compiles them into html - Watches go files and recompiles the binary - Open [localhost:3000](http://localhost:3000) + +Note: for Windows, you may need [Cygwin](https://www.cygwin.com/) to run certain commands. And because the [reflex](github.com/cespare/reflex) package probably doesn't work on Windows, you may encounter issues when running `./make.sh watch`, but running `./make.sh` will still be OK.