From 6b312fa09a3e5dfd95aa29206dc7879272de7968 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Wed, 1 Jul 2015 11:35:05 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59801892..1f2bfb3b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Run these in different console ## About Lua -Skynet now use Lua 5.3.0 final, http://www.lua.org/ftp/lua-5.3.0.tar.gz +Skynet now use a modify version of lua 5.3.1 (http://www.lua.org/ftp/lua-5.3.1.tar.gz) . + +For detail : http://lua-users.org/lists/lua-l/2014-03/msg00489.html You can also use the other official Lua version , edit the makefile by yourself .