aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)!