Skip to content

Commit 9753828

Browse files
committed
1.0.0 Released
1 parent fd1b230 commit 9753828

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.0 (2016-7-11)
2+
-----------
3+
* Version 1.0.0 Released
4+
15
v1.0.0-rc5 (2016-7-4)
26
-----------
37
* MongoDB : Support auth_scram_sha1

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Skynet
2+
3+
Skynet is a lightweight online game framework, and it can be used in many other fields.
4+
15
## Build
26

37
For Linux, install autoconf first for jemalloc:
@@ -28,13 +32,11 @@ Run these in different consoles:
2832

2933
## About Lua version
3034

31-
Skynet now uses a modified version of lua 5.3.3 ( http://www.lua.org/ftp/lua-5.3.3.tar.gz ) .
32-
33-
For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html
35+
Skynet now uses a modified version of lua 5.3.3 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states.
3436

3537
You can also use official Lua versions, just edit the Makefile by yourself.
3638

3739
## How To Use (Sorry, Only in Chinese now)
3840

39-
* Read Wiki https://github.com/cloudwu/skynet/wiki
41+
* Read Wiki for documents https://github.com/cloudwu/skynet/wiki
4042
* The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ

0 commit comments

Comments
 (0)