From 0ad075f0fa453c3645af667ed98605f8c4f09ec6 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 13 Jan 2017 13:55:32 +0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ebd21e1..ea86c16 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,26 @@ Inspired by lantern 灵感来自于蓝灯 This version of shadowsocks client is totally writen in golang, it's core of shadowsocks is [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go). -这个版本的客户端完全适用golang编写,shadowsocks核心来自[shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go). - The purpose of this version is to make a way to let it easy to develop and compile a cross-platform shadowsocks ui. -本版本的目的是希望能做出一个简单的方式,来实现shadowsocks ui跨平台的重新开发和编译。 + This version supports Mac(osx), Windows, Linux theoretically(it's compiled and test under osx by me only) -本版本理论上支持 Mac(osx), Windows, Linux 系统(我只在osx下编译和使用) Code is a little mess with the reason of a first time usage of golang, let's refactor it if you think so. -代码有点凌乱,因为第一次用golang出作品,大家都来重构吧。 Welcome guys fork and push some contribution. + +------ + +这个版本的客户端完全适用golang编写,shadowsocks核心来自[shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go). + +本版本的目的是希望能做出一个简单的方式,来实现shadowsocks ui跨平台的重新开发和编译。 + +本版本理论上支持 Mac(osx), Windows, Linux 系统(我只在osx下编译和使用) + +代码有点凌乱,因为第一次用golang出作品,大家都来重构吧。 + + 欢迎大家fork并提交贡献。