diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-08-27 10:42:55 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-08-27 10:42:55 -0400 |
commit | e0567f3d211be7d76dad940195f16e5ba0535685 (patch) | |
tree | 3fa5f51ebcd0d3ec18a94ccd56f157f65546d30c | |
parent | ed74be6c0ba49dd2cb2936ed8db5031869447c1c (diff) | |
download | dotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.tar.gz dotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.tar.bz2 dotfiles-e0567f3d211be7d76dad940195f16e5ba0535685.zip |
Update README.rst and document move operation
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 ------------ |