nicksp / dotfiles

My personal dotfiles: Zsh, Git, VSCode, WezTerm, etc.
https://github.com/nicksp/dotfiles
MIT License
349 stars 94 forks source link

There is an error in the git command and explanation #1

Closed MarkBTomlinson closed 8 years ago

MarkBTomlinson commented 8 years ago

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

nicksp commented 8 years ago

Good catch @MarkBTomlinson Reflected these changes in README.md