From dfc4f7b0167274c8ed0e11e2ac8ec03e6052487b Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sun, 25 Sep 2016 13:11:39 -0700 Subject: [PATCH] add note in readme about windows builds --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b282f75..fb79f11 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ busted Writing specs is a bit more complicated. Check out [the spec writing guide](spec/README.md). +## Binaries + +Precompiled versions of MoonScript are provided for Windows. You can find them +in the [GitHub releases page](https://github.com/leafo/moonscript/releases). +(Scroll down to the `win32-` tags. + +The build code can be found in the [`binaries` +branch](https://github.com/leafo/moonscript/tree/binaries) + ## Editor Support * [Vim](https://github.com/leafo/moonscript-vim)