Author: Kyle Fuller <kyle@fuller.li> 2015-11-23 22:03:07 +0000 +0000
Committer: Kyle Fuller <kyle@fuller.li> 2015-11-23 22:03:07 +0000 +0000
Commit: 9b71126d80d89a1487e6d7bda476299bc641d8ee
Parent: a49fa2303d015140f233e577984ad59e83e09daa
[README] Fix installation instructions
diff --git a/README.md b/README.md
index 6d7f871f6fbfbbdc0651b254bf09ca189e2dcf73..a7a3e05252e7a31538530ff8d9e051fa29b822f8 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,9 @@
Cloning the dotfiles:
```shell
-$ alias home=git --work-tree=$HOME --git-dir=$HOME/.files.git
+$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
+$ home remote add origin https://github.com/kylef/dotfiles
$ home fetch
$ home checkout master
```