aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-12-31 11:52:54 +0100
committerMathias Bynens <mathias@qiwi.be>2011-12-31 11:52:54 +0100
commit9850a48f18c5cf03ef0d5e95f63be3c745279f7d (patch)
tree363078cd18a927120a5a13bd79de3c668a31c5c1 /README.md
parent42d5c26ae2f903349f39b6ec2fc0422234499310 (diff)
downloaddotfiles-9850a48f18c5cf03ef0d5e95f63be3c745279f7d.tar.gz
dotfiles-9850a48f18c5cf03ef0d5e95f63be3c745279f7d.tar.bz2
dotfiles-9850a48f18c5cf03ef0d5e95f63be3c745279f7d.zip
README: Document the -f/--force option for bootstrap.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a27e35f..0758b7a 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ To update, `cd` into your local `dotfiles` repository and then:
./bootstrap.sh
```
+Alternatively, to update while avoiding the confirmation prompt:
+
+```bash
+./bootstrap.sh -f
+```
+
Suggestions/improvements
[welcome](https://github.com/mathiasbynens/dotfiles/issues)!