docs: add MIT license and update project docs

This commit is contained in:
2025-09-23 14:21:07 +08:00
parent 5b8bf0cdb7
commit e926f521f6
2 changed files with 24 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ clang-tidy -quiet src/app/main.cpp -- -Iinclude
## 工具安裝
`make install` 會檢查是否能找到 `clang-format``clang-tidy`。若缺少任何一項且系統支援 `apt-get`,會嘗試以 `sudo apt-get update``sudo apt-get install -y` 安裝所需套件(若沒有 `sudo` 則直接呼叫 `apt-get`)。若環境沒有 `apt-get`,指令會提示手動安裝缺少的工具。
## 授權
此專案使用 [MIT License](LICENSE)。
## 下一步
-`src/` 新增更多檔案與模組。
- 依專案需求擴充 Makefile 或 utils 腳本。