diff --git a/README.md b/README.md index c6b61ab..d31d949 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is a Lua library that allows the creation of lightweight immutable tables. This code has been tested with Lua 5.1.5, Lua 5.2.3, Lua 5.3.5, and LuaJIT 2.0.5. To build, simply `make` or for LuaJIT: `make LUA=luajit` (you can also optionally specify `LUA_INC=` or `LUA_BIN=`). +Or, with [luarocks](https://luarocks.org/): `luarocks make immutable-table-scm-1.rockspec` + ## Usage Here's a simple implementation of a 2-d vector using immutable tables: ```lua