diff --git a/README.md b/README.md index eb57099..1d88754 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/install.sh b/install.sh index 6b74586..ec571d1 100755 --- a/install.sh +++ b/install.sh @@ -28,6 +28,4 @@ git clone "$REPO_URL" "$CONFIG_DIR" echo "" echo "✓ 安装完成!" echo "" -echo "下一步:" -echo " cd ~/.config/arch-config" -echo " dcli sync" +echo "下一步:运行 dcli sync 应用配置"