diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:42:18 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 15:43:20 +0800 |
| commit | 0dc8ed12776c132cdd9d6f2c3a4a2ddfc82b751c (patch) | |
| tree | 67145300e881b7649d77cccac770b999ee03e46f /index.html | |
| parent | 2de954b15f37c49cff12c8dc64421f567ff0a538 (diff) | |
fix(install): copy only run files instead of entire repo
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -27,7 +27,7 @@ background: #161b22; border: 1px solid #30363d; border-radius: 16px; - padding: 3rem 4rem; + padding: 3rem 2.8rem; max-width: 720px; width: 100%; text-align: center; @@ -205,8 +205,7 @@ <span class="label">Install</span> <code ><span class="prompt">$</span> curl -fsSL - https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.sh - | bash</code + https://catilgrass.github.io/run/install.sh | bash</code > <code><span class="prompt">$</span> chmod +x run.sh</code> </div> @@ -215,8 +214,7 @@ <span class="label">Install</span> <code ><span class="prompt">PS></span> iwr -useb - https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.ps1 - | iex</code + https://catilgrass.github.io/run/install.ps1 | iex</code > </div> |
