From 2102d8b9f02be1db98174213b8055fbfeaad21d7 Mon Sep 17 00:00:00 2001 From: Oneoeigh Date: Tue, 13 Nov 2018 16:55:56 -0800 Subject: [PATCH] Revise README.md Slight revisions of readme to make it more concise. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dc623b5..fbc6fbca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## ![skynet logo](https://github.com/cloudwu/skynet/wiki/image/skynet_metro.jpg) -Skynet is a lightweight online game framework, and it can be used in many other fields. +Skynet is a lightweight online game framework which can be used in many other fields. ## Build @@ -12,7 +12,7 @@ cd skynet make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now ``` -Or you can: +Or: ``` export PLAT=linux @@ -34,7 +34,7 @@ Run these in different consoles: Skynet now uses a modified version of lua 5.3.5 ( https://github.com/ejoy/lua/tree/skynet ) for multiple lua states. -You can also use official Lua versions, just edit the Makefile by yourself. +Official Lua versions can also be used as long as the Makefile is edited. ## How To Use (Sorry, currently only available in Chinese)