From 5505648833ca07987c36df53f3ca623bd2a43691 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 21 May 2019 17:44:59 +0800 Subject: [PATCH] Add readme --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index c9cf63b..a85a87f 100644 --- a/Readme.md +++ b/Readme.md @@ -3,13 +3,13 @@   安全网关项目产品侧仓库,主要存放应用与安全网关设备上的应用、内核等相关功能的代码。 ## **目录结构**
-Product    安全网关产品源代码主目录
-├── build   Makefile和编译脚本目录               
-├── common  公共代码/头文件/配置文件 目录
-├── modules  linux内核态源代码目录
-│   └── demo 内核态驱动程序 demo 目录
-└── user    用户态源代码目录
-    └── demo  用户态应用程序 demo 目录
+Product			安全网关产品源代码主目录
+├── build		Makefile和编译脚本目录               
+├── common		公共代码/头文件/配置文件 目录
+├── modules		linux内核态源代码目录
+│   └── demo	内核态驱动程序 demo 目录
+└── user		用户态源代码目录
+    └── demo	用户态应用程序 demo 目录