diff --git a/README.md b/README.md index 709e513..3aeb243 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,18 @@ # 目录结构 src/ : 程序源文件目录 + launch / : 系统启动存放位置 + mission/ : 测试用任务文件 + setting/ : 系统启动配置文件存放位置 + build/ : 编译文件存放位置 + bin/ : 程序执行文件存放位置 + # 文件说明 ./build.sh : 编译脚本