aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-07 17:18:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-07 17:18:46 +1200
commit3b3d743171f2b793ce3fdcb9c4d36a93244fcf13 (patch)
tree83a96853ac3077d5c030e8b9412d2a6588b558a5 /README.markdown
parentMove mkdir(1) calls into clearer context (diff)
downloaddotfiles-3b3d743171f2b793ce3fdcb9c4d36a93244fcf13.tar.gz
dotfiles-3b3d743171f2b793ce3fdcb9c4d36a93244fcf13.zip
Add note about piping yes(1) into install
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index a3e3eadf..686bdd2d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,6 +20,11 @@ support [submodules][1] for this to work.
$ ~/.dotfiles/install
+The script will prompt you about replacing old files. If you’re brave/insane,
+you can pipe `yes(1)` into it to accept all the replacements:
+
+ $ yes | ~/.dotfiles/install
+
Tools
-----