aboutsummaryrefslogtreecommitdiff
path: root/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'manual.txt')
-rw-r--r--manual.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/manual.txt b/manual.txt
index ab08377..4229b51 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,7 +1,6 @@
1Lua CJSON Manual 1= Lua CJSON 1.0devel Manual =
2================
3Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
4v1.0.4, November 30 2011 3:revdate: 30th November 2011
5 4
6Overview 5Overview
7-------- 6--------
@@ -96,7 +95,7 @@ similar) then:
96 95
97[source,sh] 96[source,sh]
98----------- 97-----------
99rpmbuild -tb lua-cjson-1.0.4.tar.gz 98rpmbuild -tb lua-cjson-1.0devel.tar.gz
100rpm -Uvh $newly_built_lua_cjson_rpm 99rpm -Uvh $newly_built_lua_cjson_rpm
101----------- 100-----------
102 101
@@ -111,7 +110,7 @@ Extract the Lua CJSON source package into a directory and run:
111 110
112[source,sh] 111[source,sh]
113----------- 112-----------
114cd lua-cjson-1.0.4 113cd lua-cjson-1.0devel
115luarocks make 114luarocks make
116----------- 115-----------
117 116