From: Richard Hartmann Date: Fri, 18 Nov 2011 18:19:39 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/11e4e38e017fab249e1e0b6641202414ffac2751?hp=cc72e4cc992e763483e946992b7b27d9ae7af922 Update README.md for github: fix #9 --- diff --git a/README.md b/README.md index 0483438..8df7339 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,12 @@ this: ### repo.d ### -$XDG_CONFIG_HOME/vcsh/repo.d is the directory into which vcsh clones the git -repositories. Since their working trees are configured to be in $HOME, the -files contained in those repositories will be put in $HOME directly (see .zshrc -above). - +$XDG_CONFIG_HOME/vcsh/repo.d is the directory where all git repositories which +are under vcsh's control are located. Since their working trees are configured +to be in $HOME, the files contained in those repositories will be put in $HOME +directly. +Of course, [mr] [1] will work with this layout if configured according to this +document (see above). vcsh will check if any file it would want to create exists. If it exists, vcsh will throw a warning and exit. Move away your old config and try again.