mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
docs: Add developer guide to README.md
This commit is contained in:
parent
993d81a136
commit
0a164f93ce
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -48,6 +48,21 @@ cmake --build .
|
||||||
- `↑` / `↓`:上下移动选中事件
|
- `↑` / `↓`:上下移动选中事件
|
||||||
- `q`:退出程序
|
- `q`:退出程序
|
||||||
|
|
||||||
|
### Developer Guide
|
||||||
|
|
||||||
|
For contributors and developers, follow these guidelines:
|
||||||
|
|
||||||
|
1. **Clone the Repository:**
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/m1ngsama/TUT.git
|
||||||
|
cd TUT
|
||||||
|
```
|
||||||
|
2. **Build Environment Setup:** Ensure all [Dependencies](#dependencies) are installed.
|
||||||
|
3. **Local Build:** Follow the [构建](#构建) instructions.
|
||||||
|
4. **Code Style:** Adhere to the existing code style in `src/`.
|
||||||
|
5. **Testing:** Currently, there are no automated tests. Please manually verify changes.
|
||||||
|
6. **Contributing:** Submit Pull Requests for new features or bug fixes.
|
||||||
|
|
||||||
### 版本 (Version)
|
### 版本 (Version)
|
||||||
|
|
||||||
- `v0.0.1`
|
- `v0.0.1`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue