From ca5e855c34eb194e16fd8bc2b02fb70958b99d3e Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 24 Mar 2016 17:48:43 +0800 Subject: [PATCH] Improve some English in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16c544f2..bb9e3820 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Build -For linux, install autoconf first for jemalloc +For Linux, install autoconf first for jemalloc: ``` git clone https://github.com/cloudwu/skynet.git @@ -8,18 +8,18 @@ cd skynet make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now ``` -Or you can : +Or you can: ``` export PLAT=linux make ``` -For freeBSD , use gmake instead of make . +For FreeBSD , use gmake instead of make. ## Test -Run these in different console +Run these in different consoles: ``` ./skynet examples/config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option) @@ -28,11 +28,11 @@ Run these in different console ## About Lua -Skynet now use a modify version of lua 5.3.2 ( http://www.lua.org/ftp/lua-5.3.2.tar.gz ) . +Skynet now uses a modified version of lua 5.3.2 ( http://www.lua.org/ftp/lua-5.3.2.tar.gz ) . -For detail : http://lua-users.org/lists/lua-l/2014-03/msg00489.html +For details: 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 . +You can also use other official Lua versions, just edit the Makefile by yourself. ## How To Use (Sorry, Only in Chinese now)