diff --git a/README-CN.md b/README-CN.md index 950f525..8518f15 100644 --- a/README-CN.md +++ b/README-CN.md @@ -19,6 +19,7 @@ source /etc/profile.d/obd.sh 使用源码安装 OBD 之前,请确认您已安装以下依赖: +- git - gcc - wget - python-devel @@ -41,10 +42,17 @@ source /etc/profile.d/obd.sh > ```shell > sudo pip install pyinstaller==3.6 > ``` - + +从 GitHub 下载源码: + +```shell +git clone https://github.com/ChrisYuan/obdeploy.git +``` + Python2.7 使用以下命令安装: ```shell +cd obdeploy/ sh rpm/build.sh build source /etc/profile.d/obd.sh ``` diff --git a/README.md b/README.md index f366829..236e8be 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ source /etc/profile.d/obd.sh Before you install OBD by using the source code, make sure that you have installed these dependencies: +- git - gcc - wget - python-devel @@ -42,10 +43,16 @@ Before you install OBD by using the source code, make sure that you have install > sudo pip install pyinstaller==3.6 > ``` +Download the source code from GitHub: + +```shell +git clone https://github.com/ChrisYuan/obdeploy.git +``` To install OBD on Python2.7, run these commands: ```shell +cd obdeploy/ sh rpm/build.sh build source /etc/profile.d/obd.sh ```