We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c4da6 commit cdea48cCopy full SHA for cdea48c
README.md
@@ -34,9 +34,7 @@ Basic benchmarking shows promising results:
34
35
## Installation
36
37
-Rockspec is present, but the package is not yet on luarocks.
38
-
39
-Better installation instructions are on the roadmap as well.
+Better installation instructions are on the roadmap.
40
41
### Using Make
42
@@ -51,6 +49,12 @@ export LUA_CPATH="$LUA_CPATH;/path/to/tomlua/lib/?.so"
51
49
* Requires a C compiler (GCC, Clang, etc.). If not gcc, set CC variable as well
52
50
* You should be in the root of the repository.
53
+### Using LuaRocks
+
54
+```bash
55
+luarocks install tomlua
56
+```
57
58
### Using Nix
59
60
* Flake or flakeless support.
0 commit comments