mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-23 16:40:08 +00:00
correct the project path
Signed-off-by: ZhaoBohan <zhaobohan2@huawei.com>
This commit is contained in:
parent
6841f037c5
commit
4f53997da2
@ -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
|
||||
````
|
Loading…
Reference in New Issue
Block a user