diff options
author | Cody Hiar <codyfh@gmail.com> | 2015-08-12 11:54:34 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2015-08-12 11:54:34 -0600 |
commit | 6b7f411a37f07c33701f4962d7d2e7b6764e60af (patch) | |
tree | 1c2e0bb8738c92b9c833229158f15e45ed1ade61 | |
parent | 72d653e1e0cffe2e48bd7a393acf08c96d6db50a (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ This is my '~/.vim' folder along with my vimrc folder. If you want to use this yourself you can use the following commands: ``` -https://github.com/thornycrackers/.vim.git -ln -s .vimrc .vim/vimrc +git clone https://github.com/thornycrackers/.vim.git +ln -s .vim/vimrc .vimrc ``` -This will clone the repo and create a symlink to the vimrc file +This will overwrite an existing vimrc file if you have one. |