dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2017-10-18 01:38:28 +0200 +0200
Committer: Kyle Fuller <kyle@fuller.li> 2017-10-18 01:38:28 +0200 +0200
Commit: 798eadbc30d165a2b29f52dacd74dc44cfdef6c8
Parent: 860ab834762b8ed7bf41a7e5e5bafade6d069dcb


docs: Use `.git` on git clones
diff --git a/README.md b/README.md
index a7a3e05252e7a31538530ff8d9e051fa29b822f8..19c64e28a97e08680e8f6864f5a1b7d7b421e628 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 ```shell
 $ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
 $ home init
-$ home remote add origin https://github.com/kylef/dotfiles
+$ home remote add origin https://github.com/kylef/dotfiles.git
 $ home fetch
 $ home checkout master
 ```