简化提示:dcli sync 无需 cd 到配置目录

This commit is contained in:
2026-03-25 14:11:35 +08:00
parent 2484a67096
commit 580b57eee4
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -11,7 +11,6 @@ curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/ma
安装完成后:
```bash
cd ~/.config/arch-config
dcli sync
```
@@ -24,7 +23,6 @@ dcli sync
## 更新配置
```bash
cd ~/.config/arch-config
git pull
cd ~/.config/arch-config && git pull
dcli sync
```