summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-07-15 10:12:07 -0400
committerJune McEnroe <june@causal.agency>2016-07-15 10:12:07 -0400
commit19fd5dd09ea80315a2cc1d3e139d5a0010873656 (patch)
treef43abc0f3b57b73f2112e82a33e714ed6f223e2f /README.md
parentPull latest pathogen and gruvbox (diff)
downloadsrc-19fd5dd09ea80315a2cc1d3e139d5a0010873656.tar.gz
src-19fd5dd09ea80315a2cc1d3e139d5a0010873656.zip
Add vendor script to README
Diffstat (limited to '')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7404df4d..507ec6b8 100644
--- a/README.md
+++ b/README.md
@@ -20,26 +20,26 @@ My configuration files.
 
 Create symlinks in ~ for files in the current directory.
 
-```
-./install.sh
-```
+    ./install.sh
 
 ## Import
 
 Import a file from ~ and replace it with a symlink.
 
-```
-./import.sh .config
-```
+    ./import.sh .dotrc
 
 ## Prune
 
 Remove symbolic links in ~ to files that no longer exist in the current
 directory.
 
-```
-./prune.sh
-```
+    ./prune.sh
+
+## Vendor
+
+Pull latest versions of vendored files.
+
+    ./vendor.sh
 
 ## License