aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccfc5db..48d8eda 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,12 @@ My personal configuration files and handy scripts.
Run `updatedots` to link any files present in `home` into your home directory.
Backups are made of any conflicting files.
+### Quick Start
+```
+git clone https://github.com/jodersky/dotfiles.git .dotfiles \
+&& git -C .dotfiles remote set-url origin git@github.com:jodersky/dotfiles.git \
+&& .dotfiles/updatedots
+```
+
## Public Domain
Unless otherwise specified in file headers or directory "COPYING" files, this is free and unencumbered software released into the public domain.