From 91c464ec14c2168e01e2f8a15ec29a9670e25d80 Mon Sep 17 00:00:00 2001 From: liyue01 Date: Tue, 23 Jul 2024 15:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9os=5Fcompare=E7=9A=84readme?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/os_compare/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/os_compare/README.md b/tools/os_compare/README.md index 358084b..797fffc 100644 --- a/tools/os_compare/README.md +++ b/tools/os_compare/README.md @@ -1,8 +1,8 @@ -# depository_compare.py工具作用 +# repo_compare.py工具作用 对比两个os的rpm包仓库包名及版本信息 -# depository_compare.py使用说明 +# repo_compare.py使用说明 1. 修改compare.yaml文件中name(os name)、url(os url) 2. python3 depository_compare.py -- Gitee