diff --git "a/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" "b/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" index 1959a9d6c745b64431832340746a50d188b6744b..566aed2bc82aa6103c9b8125eda450f9f31f0cd6 100644 --- "a/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" +++ "b/doc/BLE MESH \346\265\213\350\257\225\346\223\215\344\275\234\346\211\213\345\206\214.md" @@ -49,8 +49,8 @@ export PATH=$PATH: /mnt/d/tools/csky-abiv2-elf-gcc/bin mkdir temp cd temp sudo pip install yoctools -yoc init git@gitlab.alibaba-inc.com:thead_test_solutions/manifest.git -yoc install test_blemesh_api +yoc init https://gitee.com/yoctest/manifest.git +yoc install test_blemesh_api -b v1.0.0 cd solutions/test_blemesh_api ```