From 4eb01b12ce839616d88a22acc5d0fab07b65cd94 Mon Sep 17 00:00:00 2001 From: coisini <1823782890@qq.com> Date: Wed, 13 Aug 2025 20:14:56 +0800 Subject: [PATCH] Modify README.md --- MPC/third_party_adaptor/secrerflow/psi/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MPC/third_party_adaptor/secrerflow/psi/README.md b/MPC/third_party_adaptor/secrerflow/psi/README.md index c51ed1d..b6adad5 100644 --- a/MPC/third_party_adaptor/secrerflow/psi/README.md +++ b/MPC/third_party_adaptor/secrerflow/psi/README.md @@ -31,10 +31,12 @@ # clone 仓库,并创建一个本地分支 git clone --branch "v0.6.0.dev250507" https://github.com/secretflow/psi.git + + # 进到蚂蚁 psi 目录下 + cd /home/admin/dev/psi git switch -c kcal-on-v0.6.0 # 应用 virtCCA_sdk 下面的 patch - cd /home/admin/dev/psi # 进到蚂蚁 psi 目录下 git apply /home/admin/dev/virtCCA_sdk/MPC/third_party_adaptor/secrerflow/psi/patches/kcal.patch ``` -- Gitee