Browse Source

fix bullet indents

master
Brett Langdon 12 years ago
parent
commit
665828b1c4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

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


Loading…
Cancel
Save