diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:49:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 11:49:08 +0800 |
| commit | f9088ccd70883fc8ff2414506328ef36d25f30b8 (patch) | |
| tree | b595092d2dded853e5238a0f3c0cd02ceaced360 /README.md | |
| parent | 42dcf4e27b43dc9813655a5a0fe795967bd37b39 (diff) | |
update: README and installation
Update README with installation instructions and improved formatting
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 +``` |
