From 2de954b15f37c49cff12c8dc64421f567ff0a538 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 15:33:15 +0800 Subject: feat: add project landing page with install and usage docs --- install/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install/install.sh') diff --git a/install/install.sh b/install/install.sh index 59b2656..b7e23f4 100644 --- a/install/install.sh +++ b/install/install.sh @@ -12,6 +12,7 @@ git clone https://github.com/catilgrass/run "$REPO_DIR" echo "Removing unwanted files..." rm -f "$REPO_DIR/README.md" "$REPO_DIR/LICENSE" +rm -f "$REPO_DIR/.nojekyll" "$REPO_DIR/index.html" rm -rf "$REPO_DIR/install" echo "Removing git data..." -- cgit