correct the project path

Signed-off-by: ZhaoBohan <zhaobohan2@huawei.com>
This commit is contained in:
zhaobohan 2023-09-19 21:32:08 +08:00 committed by ZhaoBohan
parent 6841f037c5
commit 4f53997da2

View File

@ -73,7 +73,7 @@ AOT(Ahead Of Time),即预先编译,在应用程序运行前,将代码预
```` ````
git init git init
git config core.sparsecheckout true 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 remote add origin https://gitee.com/openharmony/applications_app_samples.git
git pull origin master git pull origin master
```` ````