Skip to content

Commit

Permalink
Revise README.md
Browse files Browse the repository at this point in the history
Slight revisions of readme to make it more concise.
  • Loading branch information
Oneoeigh authored and cloudwu committed Nov 14, 2018
1 parent 2ee85a9 commit 2102d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,7 +12,7 @@ cd skynet
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
```

Or you can:
Or:

```
export PLAT=linux
Expand All @@ -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)

Expand Down

0 comments on commit 2102d8b

Please sign in to comment.