From 791e2f515f2e5ce3e94f2b631df9224492d6e551 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 25 Mar 2026 13:51:31 +0800 Subject: [PATCH] Update repository name and URLs to archlinux-config --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 938be6e..25d3944 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ```bash # 1. 克隆仓库 -git clone https://git-ssh.furtherverse.com/imbytecat/archlinux-wsl-init.git -cd archlinux-wsl-init +git clone https://git.furtherverse.com/imbytecat/archlinux-config.git +cd archlinux-config # 2. 运行 bootstrap(安装 yay 和 dcli) chmod +x bootstrap.sh @@ -30,7 +30,7 @@ dcli sync ```bash # 拉取最新配置 -cd ~/archlinux-wsl-init # 或你的 clone 目录 +cd ~/archlinux-config # 或你的 clone 目录 git pull # 应用更新