aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-08-27 10:42:55 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-08-27 10:42:55 -0400
commite0567f3d211be7d76dad940195f16e5ba0535685 (patch)
tree3fa5f51ebcd0d3ec18a94ccd56f157f65546d30c
parented74be6c0ba49dd2cb2936ed8db5031869447c1c (diff)
downloaddotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.tar.gz
dotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.tar.bz2
dotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.zip
Update README.rst and document move operation
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 132ad2b..5e959fd 100644
--- a/README.rst
+++ b/README.rst
@@ -4,11 +4,8 @@ Dotfile management made easy
``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME``
easy, allowing you to keep all your dotfiles in a single directory.
-Hosting is left to you. Yes, I've seen `<http://dotfiles.org>`_ but I don't
-like that model. If you're advanced enough to need dotfile management, then
-you probably already know how you want to host them. Using whatever VCS you
-prefer, or even rsync, you can easily distribute your dotfiles repository
-across multiple hosts.
+Hosting is left to you. Using whatever VCS you prefer, or even rsync, you can
+easily distribute your dotfiles repository across multiple hosts.
Interface
---------
@@ -29,6 +26,9 @@ Interface
Update dotfile symlinks. You can overwrite unmanaged files with ``-f`` or
``--force``.
+``-m, --move``
+ Move dotfiles repository to another location.
+
Installation
------------