From 4552792f22015bc8568557ea8b11d7f79d5299a6 Mon Sep 17 00:00:00 2001 From: ChrisYuan Date: Fri, 3 Jun 2022 14:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=90=E7=A0=81=E5=AE=89=E8=A3=85=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=A2=9E=E5=8A=A0git=E4=B8=8B=E8=BD=BD=E5=8F=8A?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=88=87=E6=8D=A2=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-CN.md | 10 +++++++++- README.md | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index 950f5251..8518f150 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 f366829d..236e8be8 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 ```