summaryrefslogtreecommitdiff
path: root/README_zh_CN.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_zh_CN.md')
-rw-r--r--README_zh_CN.md24
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
+```