diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 +``` |
