[dotfiles] Fix up bootstrapping

pull/28/head
Alpha Chen 10 years ago
parent 0a48fcc0b5
commit b1ef2ad58c

@ -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

@ -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

Loading…
Cancel
Save