aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-02 15:42:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-02 15:43:20 +0800
commit0dc8ed12776c132cdd9d6f2c3a4a2ddfc82b751c (patch)
tree67145300e881b7649d77cccac770b999ee03e46f /README.md
parent2de954b15f37c49cff12c8dc64421f567ff0a538 (diff)
fix(install): copy only run files instead of entire repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 988ecee..6c48cd5 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,14 @@ Any script can be dropped in. After that, just run `.\run.ps1 script-name` or `.
For Linux:
```bash
-curl -fsSL https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.sh | bash
+curl -fsSL https://catilgrass.github.io/run/install.sh | bash
chmod +x run.sh
```
For Windows:
```bash
-iwr -useb https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.ps1 | iex
+iwr -useb https://catilgrass.github.io/run/install.ps1 | iex
```
## Or manually install