summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index d63f9e4..3877a14 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@
</a>
</p>
-<h1 align="center">JustEnoughVCS/CommandLine</h1>
+<h2 align="center">JustEnoughVCS/CommandLine</h2>
<p align="center">
- Command Line Tool for JustEnoughVCS
+ Command Line Tool for <a href="https://github.com/JustEnoughVCS/VersionControl">JustEnoughVCS</a>
</p>
<p align="center">
@@ -15,3 +15,10 @@
<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/installation.sh | bash
+```