From 304773cbf22f933e17146854ec08f05cd6338e10 Mon Sep 17 00:00:00 2001 From: xingluo Date: Mon, 28 Apr 2025 01:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b06133b..05351bd 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,11 @@ 3. **执行迁移命令** ```bash - python uuid_migrator.py --config migration.json + python uuid.py --config migration.json + ``` + + ```cmd + uuid.exe --config migration.json ``` **配置示例**