diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:48:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:48:50 +0800 |
| commit | ecd344d8b1c4f8ee27dfe13662476164c7fd13cf (patch) | |
| tree | 6e9bbd1aba3ee267a36e797d0a39cde5fe4f85ad /README_zh_CN.md | |
| parent | 32fbffba49ff1750570b30510148ab899e458767 (diff) | |
feat: add Chinese README
Add Chinese version of README documentation
Diffstat (limited to 'README_zh_CN.md')
| -rw-r--r-- | README_zh_CN.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README_zh_CN.md b/README_zh_CN.md new file mode 100644 index 0000000..b6a81d8 --- /dev/null +++ b/README_zh_CN.md @@ -0,0 +1,24 @@ +<p align="center"> + <a href="https://github.com/JustEnoughVCS/CommandLine"> + <img alt="JustEnoughVCS" src="docs/images/Header_Large.png" width="100%"> + </a> +</p> + +<h2 align="center">JustEnoughVCS/CommandLine</h2> + +<p align="center"> + <a href="https://github.com/JustEnoughVCS/VersionControl">JustEnoughVCS</a>的命令行前端 +</p> + +<p align="center"> + <img src="https://img.shields.io/github/stars/JustEnoughVCS/CommandLine?style=for-the-badge"> + <img src="https://img.shields.io/badge/Status-Development%20in%20Progress-yellow?style=for-the-badge"> + <img src="https://img.shields.io/badge/Release-Not%20Available-lightgrey?style=for-the-badge"> +</p> + +# 安装 (从源码编译) + +```bash +# Linux +curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/installation.sh | bash +``` |
