[README] Minor formatting and link fixes.
This commit is contained in:
parent
217cefd4dd
commit
3598c37c91
|
@ -13,7 +13,7 @@ This library provides means to:
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
Mainline Lua only exposes functionality when directly
|
Mainline Lua only exposes functionality when directly
|
||||||
available through the standard C library (with the notable exception of popen()).
|
available through the standard C library (with the notable exception of `popen()`).
|
||||||
This is justified by the embeddable nature of Lua.
|
This is justified by the embeddable nature of Lua.
|
||||||
|
|
||||||
Yet, a minimum degree of system-specific interaction is needed to complete
|
Yet, a minimum degree of system-specific interaction is needed to complete
|
||||||
|
@ -39,7 +39,7 @@ system (BSD and Mac).
|
||||||
|
|
||||||
## Build and install
|
## Build and install
|
||||||
|
|
||||||
**lua-osx** comes with a Makefile and a [LuaRocks]() file.
|
**lua-osx** comes with a `Makefile` and a [LuaRocks](https://luarocks.org) file.
|
||||||
|
|
||||||
Windows users should note that **lua-osx** does not support MSVC and never will.
|
Windows users should note that **lua-osx** does not support MSVC and never will.
|
||||||
It requires a fairly modern C compiler with C11 support and minimal Unix-style
|
It requires a fairly modern C compiler with C11 support and minimal Unix-style
|
||||||
|
|
Loading…
Reference in New Issue