From f9088ccd70883fc8ff2414506328ef36d25f30b8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Nov 2025 11:49:08 +0800 Subject: update: README and installation Update README with installation instructions and improved formatting --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d63f9e4..3877a14 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@

-

JustEnoughVCS/CommandLine

+

JustEnoughVCS/CommandLine

- Command Line Tool for JustEnoughVCS + Command Line Tool for JustEnoughVCS

@@ -15,3 +15,10 @@

+ +# Install (From Source Code) + +```bash +# Linux +curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/installation.sh | bash +``` -- cgit