diff --git a/HISTORY.md b/HISTORY.md index c41b0e5b..3b7ea80e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v1.0.0 (2016-7-11) +----------- +* Version 1.0.0 Released + v1.0.0-rc5 (2016-7-4) ----------- * MongoDB : Support auth_scram_sha1 diff --git a/README.md b/README.md index 1a65b43a..125a8f15 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## Skynet + +Skynet is a lightweight online game framework, and it can be used in many other fields. + ## Build For Linux, install autoconf first for jemalloc: @@ -28,13 +32,11 @@ Run these in different consoles: ## About Lua version -Skynet now uses a modified version of lua 5.3.3 ( http://www.lua.org/ftp/lua-5.3.3.tar.gz ) . - -For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html +Skynet now uses a modified version of lua 5.3.3 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states. You can also use official Lua versions, just edit the Makefile by yourself. ## How To Use (Sorry, Only in Chinese now) -* Read Wiki https://github.com/cloudwu/skynet/wiki +* Read Wiki for documents https://github.com/cloudwu/skynet/wiki * The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ