summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-06-11 21:38:52 -0700
committerAnish Athalye <me@anishathalye.com>2015-06-11 21:38:52 -0700
commitdcc3a1947a85aaa038d143f9f6a0c2a1c1a76a15 (patch)
treeab7d438c269551a272854501d0d50b52bc59cf66 /README.md
parent9dad17bc80a39082c8c5124a2a6522e52bac3998 (diff)
Add link to init-dotfiles repository to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5c006cb..10ad29c 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,10 @@ Get Running in 5 Minutes
### Starting Fresh?
-Great! Just run the following command and start adding your customizations. If
-you're looking for [some inspiration][inspiration], we've got you covered.
-
-```bash
-git clone git@github.com:anishathalye/dotfiles_template dotfiles
-```
+Great! You can automate the creation of your dotfiles by using the
+user-contributed [init-dotfiles][init-dotfiles] script. If you'd rather use a
+template repository, check out [dotfiles_template][dotfiles-template]. Or, if
+you're just looking for [some inspiration][inspiration], we've got you covered.
### Integrate with Existing Dotfiles
@@ -231,6 +229,8 @@ License
Copyright (c) 2014-2015 Anish Athalye. Released under the MIT License. See
[LICENSE.md][license] for details.
+[init-dotfiles]: https://github.com/Aviator45003/init-dotfiles
+[dotfiles-template]: https://github.com/anishathalye/dotfiles_template
[inspiration]: https://github.com/anishathalye/dotfiles_template#inspiration
[managing-dotfiles-post]: http://www.anishathalye.com/2014/08/03/managing-your-dotfiles/
[contributing]: CONTRIBUTING.md