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 ------------