blob: e1296409a7322c7ef1a56dd6d9b9216b23cc6153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/setup/linux/inst.sh | bash
```
|