summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f3d03d..2d0c5d3 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# Configuration files
My dotfiles. Vim, Git and Bash for now.
+
+Use stow to install them:
+
+``` Bash
+cd dotfiles
+stow vim|bash|git -t ~
+```
+
+> Stow makes links to the files in the target directory.