Add option for Chinese and English READMEs (#4)

* add option for Chinese and English READMEs
* fix type in Chinese README
This commit is contained in:
Paulden
2024-01-10 23:26:41 +08:00
committed by GitHub
parent 3bfb97860a
commit bad6b1a057
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
# MIT: Mini-Git implementation in Rust
<h1 align="center">
MIT: Mini-Git implementation in Rust
</h1>
<u>中文文档</u> | **[English](./README_en.md)**
[项目链接](https://github.com/MrBeanCpp/MIT)

View File

@@ -1,4 +1,8 @@
# MIT: Mini-Git implementation in Rust
<h1 align="center">
MIT: Mini-Git implementation in Rust
</h1>
**[中文文档](./README.md)** | <u>English</u>
[Project Link](https://github.com/MrBeanCpp/MIT)