diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-16 09:17:11 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | d36677d36660d8704f7dede990435982b50a4c51 (patch) | |
tree | 0faa6998c6c230a4b0a66eb24a0de13f61d4ee3b | |
parent | f0658e5514831497c99a1ca21d2f807f3fec13cb (diff) | |
download | dotnvim-d36677d36660d8704f7dede990435982b50a4c51.tar.gz dotnvim-d36677d36660d8704f7dede990435982b50a4c51.zip |
Added note, missing argument to git clone
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ Few differences: ## Using it in a new location - cd && git clone --recursive https://github.com/reidrac/dotvim.git +You shouldn't have a `~/.vimrc` or `~/.vim` directory. + + cd && git clone --recursive https://github.com/reidrac/dotvim.git .vim If you're not using vim 8; create a `.vimrc` with: |