diff --git a/README.md b/README.md index 8bb20e9..9bb7d0e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ the dotfiles repo into `~/Dropbox/dotfiles`, and creates a symlink to that repo in `~/.dotfiles`. ``` shell -curl https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh +curl -L https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh ``` ``` shell diff --git a/bootstrap.sh b/bootstrap.sh index eeafcf8..47b2bc7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,5 +4,5 @@ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" brew install ansible mkdir -p ~/Dropbox/dotfiles -git clone git@github.com:kejadlen/dotfiles.git ~/Dropbox/dotfiles +git clone https://github.com/kejadlen/dotfiles.git ~/Dropbox/dotfiles ln -s ~/Dropbox/dotfiles ~/.dotfiles