We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ab1b4 commit 1c9d255Copy full SHA for 1c9d255
1 file changed
README.md
@@ -5,6 +5,14 @@ A basic lua binding to [simdjson](https://simdjson.org). The simdjson library is
5
6
Current simdjson version: 0.5.0
7
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
16
## Requirements
17
* lua-simdjson only works on 64bit systems.
18
* a lua build environment with support for C++11
0 commit comments