summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2016-03-20 08:34:29 -0400
committerAnish Athalye <me@anishathalye.com>2016-03-20 08:34:29 -0400
commit137441636239169a6c21da336c67396b4f32adfd (patch)
tree9973e31bab7c2c65acbd7a5e8a4d84ff691b12d3 /README.md
parent56aeffa387879bdef4058946ca7e890990316744 (diff)
Add link to wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b42f75..9d801de 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,8 @@ Configuration
Dotbot uses YAML or JSON formatted configuration files to let you specify how
to set up your dotfiles. Currently, Dotbot knows how to [link](#link) files and
folders, execute [shell](#shell) commands, and [clean](#clean) directories of
-broken symbolic links. Dotbot also supports user plugins for custom commands.
+broken symbolic links. Dotbot also supports user [plugins](#plugins) for custom
+commands.
**Ideally, bootstrap configurations should be idempotent. That is, the
installer should be able to be run multiple times without causing any
@@ -275,6 +276,12 @@ Plugins are loaded using the `--plugin` and `--plugin-dir` options, using
either absolute paths or paths relative to the base directory. It is
recommended that these options are added directly to the `install` script.
+Wiki
+----
+
+Check out the [Dotbot wiki][wiki] for more information, tips and tricks,
+user-contributed plugins, and more.
+
Contributing
------------
@@ -291,5 +298,6 @@ Copyright (c) 2014-2016 Anish Athalye. Released under the MIT License. See
[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/
+[wiki]: https://github.com/anishathalye/dotbot/wiki
[contributing]: CONTRIBUTING.md
[license]: LICENSE.md