We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36867e6 commit c87da71Copy full SHA for c87da71
README.md
@@ -59,14 +59,20 @@ See docs/index.html for more details.
59
60
Prerequisites
61
=============
62
+To run the tests:
63
```
- #for unit tests
64
- $luarocks install lunit
65
- $luarocks install luaposix
66
- $luarocks install luasocket
67
- $luarocks install lua-cjson
68
-
69
- #for generating docs
70
- $luarocks install ldoc
+ luarocks install lunit
+ luarocks install lua-cjson
+ luarocks install luaposix
+ luarocks install luasocket
+ luarocks install luasec
+
+ lunit tests/*
71
+```
72
73
+To generate the docs:
74
75
+ luarocks install ldoc
76
77
+ ldoc raven.lua -d docs -p raven-lua
78
0 commit comments