aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-06-11 02:25:24 -0700
committerJakob Odersky <jakob@odersky.com>2018-06-11 02:25:24 -0700
commit38325926877c1eecf431f2a501c92bda769103a9 (patch)
tree5446d2ab105355c3e1ba57fe9357c65caaedf7c1
parentd5054e5eefa81eb6172a551383b292450fb0c43e (diff)
downloaddotfiles-38325926877c1eecf431f2a501c92bda769103a9.tar.gz
dotfiles-38325926877c1eecf431f2a501c92bda769103a9.tar.bz2
dotfiles-38325926877c1eecf431f2a501c92bda769103a9.zip
Add quick start section to readme
-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.