From 665828b1c454aaed17bfd602b32f3ffae5554b1b Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Mon, 6 Jan 2014 07:43:18 -0500 Subject: [PATCH] fix bullet indents --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db79ef..e041905 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ $ pkg-config --libs-only-l --silence-errors lua || pkg-config --libs-only-l --si If instead they show nothing or an error then there are a few possible explanations: * Lua Libraries are not installed -* * This can be remedied with something like `[sudo] apt-get install liblua5.1-dev` + * This can be remedied with something like `[sudo] apt-get install liblua5.1-dev` * Lua Libraries are not in an expected location `/usr/include/` or `/usr/local/include` -* * This can be solved by setting install time environment variables `NODELUA_INCLUDE` and `NODELUA_FLAGS` -* * `NODELUA_INCLUDE="/path/where/lua.h/is/" NODELUA_FLAGS="-llua5.1" npm install nodelua` + * This can be solved by setting install time environment variables `NODELUA_INCLUDE` and `NODELUA_FLAGS` + * `NODELUA_INCLUDE="/path/where/lua.h/is/" NODELUA_FLAGS="-llua5.1" npm install nodelua` ## API