aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-18 10:25:39 -0600
committerCody Hiar <cody@hiar.ca>2021-03-18 10:25:39 -0600
commit7e8f77bc55e69b71d5fa6cbf089ef4245f2e2d6e (patch)
treedf1b7a8cd046f63142b83e6261feac390acad9ab
parent21667b2578cdca0cacf0b0fb9713e9d377d621fd (diff)
Update READMEHEADmaster
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 517df4f..ae2017f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# 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.
+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 && cd .vim && make install
```
-