aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index f863d73..e2e8dbc 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Lua CJSON v1.0.3 1Lua CJSON v1.0.4
2================ 2================
3 3
4Lua CJSON is covered by the MIT license. See the file "LICENSE" for 4Lua CJSON is covered by the MIT license. See the file "LICENSE" for
@@ -65,7 +65,7 @@ RPM-based Linux distributions should be able to create a package using
65the included RPM spec file. Install the "rpm-build" package, or 65the included RPM spec file. Install the "rpm-build" package, or
66similar, then: 66similar, then:
67 67
68 # rpmbuild -tb lua-cjson-1.0.3.tar.gz 68 # rpmbuild -tb lua-cjson-1.0.4.tar.gz
69 69
70 70
71LuaRocks 71LuaRocks
@@ -76,7 +76,7 @@ modules on a wide range of platforms (including Windows).
76 76
77Extract the Lua CJSON source package into a directory and run: 77Extract the Lua CJSON source package into a directory and run:
78 78
79 # cd lua-cjson-1.0.3; luarocks make 79 # cd lua-cjson-1.0.4; luarocks make
80 80
81See the LuaRocks documentation for further details. 81See the LuaRocks documentation for further details.
82 82