summaryrefslogtreecommitdiff
path: root/README.md
blob: 3fbdf3245c693f34eb1a85a9eeb67d9eb3533b0e (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="resources/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/setup/linux/inst.sh | bash
```