aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual.txt b/manual.txt
index afd9528..757ec39 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,4 +1,4 @@
1= Lua CJSON 2.0devel Manual = 1= Lua CJSON 2.1devel Manual =
2Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
3:revdate: January 22, 2012 3:revdate: January 22, 2012
4 4
@@ -102,7 +102,7 @@ has been installed.
102Build and install the module via RPM: 102Build and install the module via RPM:
103 103
104[source,sh] 104[source,sh]
105rpmbuild -tb lua-cjson-2.0devel.tar.gz 105rpmbuild -tb lua-cjson-2.1devel.tar.gz
106rpm -Uvh $LUA_CJSON_RPM 106rpm -Uvh $LUA_CJSON_RPM
107 107
108 108
@@ -117,7 +117,7 @@ First, extract the Lua CJSON source package.
117Next, install the module: 117Next, install the module:
118 118
119[source,sh] 119[source,sh]
120cd lua-cjson-2.0devel 120cd lua-cjson-2.1devel
121luarocks make 121luarocks make
122 122
123[NOTE] 123[NOTE]
@@ -590,7 +590,7 @@ The name of the Lua CJSON module (+"cjson"+).
590_VERSION 590_VERSION
591~~~~~~~~ 591~~~~~~~~
592 592
593The version number of the Lua CJSON module (+"2.0devel"+). 593The version number of the Lua CJSON module (+"2.1devel"+).
594 594
595 595
596null 596null