diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | Lua CJSON v1.0.2 | 1 | Lua CJSON v1.0.3 |
2 | ================ | 2 | ================ |
3 | 3 | ||
4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for | 4 | Lua CJSON is covered by the MIT license. See the file "LICENSE" for |
@@ -58,7 +58,7 @@ RPM | |||
58 | Linux distributions using RPM should be able to build a package with | 58 | Linux distributions using RPM should be able to build a package with |
59 | the following command: | 59 | the following command: |
60 | 60 | ||
61 | # rpmbuild -tb lua-cjson-1.0.2.tar.gz | 61 | # rpmbuild -tb lua-cjson-1.0.3.tar.gz |
62 | 62 | ||
63 | 63 | ||
64 | LuaRocks | 64 | LuaRocks |
@@ -66,7 +66,7 @@ LuaRocks | |||
66 | 66 | ||
67 | Extract the source package into a directory and run: | 67 | Extract the source package into a directory and run: |
68 | 68 | ||
69 | # cd lua-cjson-1.0.2; luarocks make | 69 | # cd lua-cjson-1.0.3; luarocks make |
70 | 70 | ||
71 | 71 | ||
72 | Lua CJSON API | 72 | Lua CJSON API |