aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-12 08:33:36 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-12 08:33:36 +0800
commit6e7619ff0ade2b24613fe3d2097265111ef5c2af (patch)
treee90de44f90e4036f4cb288c9023a489985f0834e /DEVELOP.md
parent940b64dfbb9992c77d1c888719d5b30a212e8f4f (diff)
Fix format error
Change-Id: I764c30f8b3a170e8428b3943e3341b4388fbd8a1 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 75318192..5a7f45a3 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -38,6 +38,7 @@ Undering macOS system, it will happen to a **fatal error** when installing packa
```
It is for macOS uses TLS instead of OpenSSL and no header files supported. The solutions is:
+
``` code=bash
# brew install openssl
@@ -102,3 +103,4 @@ If you want to include a new repository of third party code. Use
```
git subrepo clone <remote-url> [<subdir>]
```
+