diff --git a/Readme.md b/Readme.md index d5afd79..cefe224 100644 --- a/Readme.md +++ b/Readme.md @@ -3,8 +3,7 @@ ## Installation ```bash -cd ~ -git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py +cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py ``` It’will clone latest version of dotfiles to `~/dotfiles` and make symlinks in your home directory. @@ -17,4 +16,8 @@ cd ~/dotfiles && git pull && ./sync.py ## Resources -[Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles) \ No newline at end of file +[Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles) + +--- + +Feel free to fork :-) \ No newline at end of file