Closed MarkBTomlinson closed 8 years ago
the command shown is git clone https://github.com/nicksp/dotfiles.git ~/.dotfiles
git clone https://github.com/nicksp/dotfiles.git ~/.dotfiles
where it should be ? git clone https://github.com/nicksp/dotfiles.git ~/dotfiles
git clone https://github.com/nicksp/dotfiles.git ~/dotfiles
As the given command creates a different directory from the one expected also the subsequent command for curl also have .dotfiles
.dotfiles
Good catch @MarkBTomlinson Reflected these changes in README.md
the command shown is
git clone https://github.com/nicksp/dotfiles.git ~/.dotfiles
where it should be ?
git clone https://github.com/nicksp/dotfiles.git ~/dotfiles
As the given command creates a different directory from the one expected also the subsequent command for curl also have
.dotfiles