From 66a9de3b8414155d14dc1f7bbd27a1436d1ba6c6 Mon Sep 17 00:00:00 2001
From: "zhiyong.luo" <33410675+lazy-luo@users.noreply.github.com>
Date: Tue, 6 Nov 2018 14:23:29 +0800
Subject: [PATCH] Update README.md
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 84fb4ba..68889ce 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@ A mobile gateway that exposes the intranet service points.
Free, after testing will be open source.
It contains a Android client app and server program.
Usage:
-1、download android client app
-2、register user
+## 1、download android client app
+## 2、register user


-3、remember register key-number(N)
+## 3、remember register key-number(N)

-4、download server program matched you serverOS
-5、modify config file(conf-proxy.xml):
+## 4、download server program matched you serverOS
+## 5、modify config file(conf-proxy.xml):
```
@@ -24,13 +24,13 @@ Usage:
```
-6、excute shell "nohup ./proxy_server -i1000 -o1000 -w8 >/dev/null &"(parameter i:input connections,o:output connections,w:max threads)
-7、login from android client app
+## 6、excute shell "nohup ./proxy_server -i1000 -o1000 -w8 >/dev/null &"(parameter i:input connections,o:output connections,w:max threads)
+## 7、login from android client app

-8、create service local proxy in android app
+## 8、create service local proxy in android app


-9、enjoy it!
-ps:
+## 9、enjoy it!
+# ps:
The Linux 64 bit version does dependless any third party package.
NAS arm version relies on OpenSSL, which requires OpenSSL to be installed before.