From 66b31c80e791c42481d28d8ab29827953da840fc Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 6 Apr 2016 20:04:30 +0400 Subject: [PATCH] Fix README [ci skip] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 49654da..9b6307e 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,9 @@ hererocks Supported platforms ------------------- -hererocks supports platforms that have `gcc` (`cc` for OS X). When building Lua it emulates a ``make`` target, using ``linux``, ``macosx`, and ``freebsd`` on corresponding systems and falling back to ``posix`` and ``generic`` on others. +hererocks supports platforms that have ``gcc`` (``cc`` for OS X). When building Lua it emulates a ``make`` target, using ``linux``, ``macosx`, and ``freebsd`` on corresponding systems and falling back to ``posix`` and ``generic`` on others. -Windows support is almost implemented on master branch, but latest released version doesn't have it yet. +Windows support is almost implemented on master branch (`#8 `_ `#17 `_ `#18 `_ `#19 `_), but latest released version doesn't have it yet. Installation ------------