aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-05-28 16:04:49 -0600
committerCody Hiar <codyfh@gmail.com>2018-05-28 16:04:49 -0600
commit2276b4e2c1628b2f4236d8447d610f9f071208c6 (patch)
treefb84169ac93d3dea93cb2f269debfa429d64b516 /README.md
parent070bb4b391d67d3833dcc364c54bcecff13c099a (diff)
Spring Cleaning
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ebb7d2..517df4f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Setup
Now that I use Neovim exclusively, this has become my vim repo that I call when I want to install vim on a remote machine.
```
-git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc; vim +PlugInstall +qa
+git clone https://github.com/thornycrackers/.vim.git && cd .vim && make install
```