REM:
1.  修正2处不正确的换行
This commit is contained in:
黄昕 2019-07-03 16:10:23 +08:00
parent f056710c6b
commit e9f5a0b6be
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@
## **编译方法**
#### 1. 从仓库获取最新代码
<code>git clone --recursive git@git.komect.net:ISG/secogateway.git
<code>git clone --recursive git@git.komect.net:ISG/secogateway.git
git submodule update --init --recursive</code>
<code>git submodule update --init --recursive
<code>git submodule update --init --recursive
git pull</code>
#### 2. 安装必要软件(UBuntu)