aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2015-08-12 11:54:34 -0600
committerCody Hiar <codyfh@gmail.com>2015-08-12 11:54:34 -0600
commit6b7f411a37f07c33701f4962d7d2e7b6764e60af (patch)
tree1c2e0bb8738c92b9c833229158f15e45ed1ade61 /README.md
parent72d653e1e0cffe2e48bd7a393acf08c96d6db50a (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b2fa15..ada906b 100644
--- a/README.md
+++ b/README.md
@@ -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.