From 4f53997da2560428ee13543ae451298b4bce0aa2 Mon Sep 17 00:00:00 2001 From: zhaobohan Date: Tue, 19 Sep 2023 21:32:08 +0800 Subject: [PATCH] correct the project path Signed-off-by: ZhaoBohan --- code/Performance/ArkRuntime/NBody/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Performance/ArkRuntime/NBody/README_zh.md b/code/Performance/ArkRuntime/NBody/README_zh.md index 4fc0f2942..b4c3f3041 100644 --- a/code/Performance/ArkRuntime/NBody/README_zh.md +++ b/code/Performance/ArkRuntime/NBody/README_zh.md @@ -73,7 +73,7 @@ AOT(Ahead Of Time),即预先编译,在应用程序运行前,将代码预 ```` git init git config core.sparsecheckout true -echo code/Performance/Benchmarks/NBody/ > .git/info/sparse-checkout +echo code/Performance/ArkRuntime/NBody/ > .git/info/sparse-checkout git remote add origin https://gitee.com/openharmony/applications_app_samples.git git pull origin master ```` \ No newline at end of file