From 0dc8ed12776c132cdd9d6f2c3a4a2ddfc82b751c Mon Sep 17 00:00:00 2001
From: 魏曹先生 <1992414357@qq.com>
Date: Thu, 2 Jul 2026 15:42:18 +0800
Subject: fix(install): copy only run files instead of entire repo
---
index.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index b7fe1bf..83c0c5a 100644
--- a/index.html
+++ b/index.html
@@ -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 @@
Install
$ curl -fsSL
- https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.sh
- | bash
$ chmod +x run.sh
@@ -215,8 +214,7 @@
Install
PS> iwr -useb
- https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.ps1
- | iex
--
cgit