aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manual.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual.txt b/manual.txt
index 62485fd..35b2c2e 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,4 +1,4 @@
1= Lua CJSON 1.0devel Manual = 1= Lua CJSON 1.1devel Manual =
2Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
3:revdate: November 30, 2011 3:revdate: November 30, 2011
4 4
@@ -84,7 +84,7 @@ the included RPM spec file. Install the +rpm-build+ package (or
84similar) then: 84similar) then:
85 85
86[source,sh] 86[source,sh]
87rpmbuild -tb lua-cjson-1.0devel.tar.gz 87rpmbuild -tb lua-cjson-1.1devel.tar.gz
88rpm -Uvh $newly_built_lua_cjson_rpm 88rpm -Uvh $newly_built_lua_cjson_rpm
89 89
90 90
@@ -97,7 +97,7 @@ modules on a wide range of platforms (including Windows).
97Extract the Lua CJSON source package into a directory and run: 97Extract the Lua CJSON source package into a directory and run:
98 98
99[source,sh] 99[source,sh]
100cd lua-cjson-1.0devel 100cd lua-cjson-1.1devel
101luarocks make 101luarocks make
102 102
103[NOTE] 103[NOTE]
@@ -536,7 +536,7 @@ The name of the Lua CJSON module (+"cjson"+).
536_VERSION 536_VERSION
537~~~~~~~~ 537~~~~~~~~
538 538
539The version number of the Lua CJSON module (Eg, +"1.0devel"+). 539The version number of the Lua CJSON module (Eg, +"1.1devel"+).
540 540
541 541
542null 542null