summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-12-10 10:22:45 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-12-10 10:22:52 +0800
commit5fd3992ff8eea62967288c639985bfe60b9a171b (patch)
treec5e62533ce32fd1f7f6335c9f210ace1a7ea1374 /README.md
parent89eb19bcbb6f56778d58ad5710ff83feecf2da9b (diff)
Move installation script to setup/linux directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4545a99..0770896 100644
--- a/README.md
+++ b/README.md
@@ -20,5 +20,5 @@
```bash
# Linux
-curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/scripts/inst.sh | bash
+curl -s https://raw.githubusercontent.com/JustEnoughVCS/CommandLine/main/setup/linux/inst.sh | bash
```