aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.