diff --git a/README.md b/README.md index 4d88f46..b8f29bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### bash -c "\`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh \`" +#### bash -c "\`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh \`" **总是记住在拉取代码后运行`rake update`来确保插件都更新过了** @@ -28,13 +28,13 @@ 开始先运行: ```bash -bash -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" +bash -c "`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh`" ``` **注意:** YADR会自动安装它的所有子模块。如果你需要在安装每个模块前确认一下, 使用: ```bash -bash -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" -s ask +bash -c "`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh`" -s ask ``` ## 等等,还没完。这一步不能少: diff --git a/install.sh b/install.sh index 2b45ddf..aca9ae7 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ done if [ ! -d "$HOME/.yadr" ]; then echo "Installing YADR for the first time" - git clone --depth=1 https://github.com/rallets-network/dotfiles.git "$HOME/.yadr" + git clone --depth=1 https://github.com/ruilisi/dotfiles.git "$HOME/.yadr" cd "$HOME/.yadr" [ "$1" = "ask" ] && export ASK="true" rake install