docs: add MIT license and update project docs
This commit is contained in:
@@ -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 腳本。
|
||||
|
Reference in New Issue
Block a user