From 275ed3761bb45ee32ce3ae639855ad544d69e230 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 16 Mar 2018 15:56:12 -0700 Subject: [PATCH] Added luarocks info. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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