Browse Source

Update README.md

v0.1.x
Brett Langdon 13 years ago
parent
commit
edb165e609
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@ -5,6 +5,11 @@ NodeLua is a module to expose Lua bindings to Node.JS.
This is still a work in progress, collaborators welcome.
Right now, all that is implemented is:
* luaL_dofile
* lua_setglobal
* lua_getglobal
## Install
```bash
npm install nodelua


Loading…
Cancel
Save