Skip to content

Commit 1c9d255

Browse files
added luarocks install info
1 parent 09ab1b4 commit 1c9d255

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ A basic lua binding to [simdjson](https://simdjson.org). The simdjson library is
55

66
Current simdjson version: 0.5.0
77

8+
## Installation
9+
If all the requirements are met, lua-simdjson can be install via luarocks with:
10+
11+
```
12+
luarocks install lua-simdjson
13+
```
14+
Otherwise it can be installed manually by pulling the repo and running luarocks make.
15+
816
## Requirements
917
* lua-simdjson only works on 64bit systems.
1018
* a lua build environment with support for C++11

0 commit comments

Comments
 (0)