blob: 4545a9935e65806437b2eefda150505fb13bb0bb (
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">
Command Line Tool for <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>
# Install (From Source Code)
```bash
# Linux
curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/inst.sh | bash
```
|