diff options
Diffstat (limited to '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. |