From: martin f. krafft Date: Tue, 23 Apr 2013 12:10:00 +0000 (+0200) Subject: vcsh plugin needs only be included up until mr 1.10 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/refs/heads/docs-improvements vcsh plugin needs only be included up until mr 1.10 Signed-off-by: martin f. krafft --- diff --git a/README.md b/README.md index 889cb09..8017d84 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,11 @@ this: [DEFAULT] jobs = 5 - # Use if your mr does not have vcsh support in mainline, yet + # The following line is only needed if your mr does not have vcsh support + # in core, that is version 1.10 or older. Check the file itself if you are + # unsure. include = cat /usr/share/mr/vcsh + # Include all (enabled) configuration snippets (see above) include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/* ### repo.d ### @@ -166,7 +169,7 @@ configuration to a new host. 2. Choose your repositories by linking them in config.d (or go with the default you may have already configured by adding symlinks to git). 3. Make sure the line 'include = cat /usr/share/mr/vcsh' in .mrconfig points - to an existing file + to an existing file. Check the file itself to see if the line is necessary. 4. Run mr to clone the repositories: `cd; mr update`. 5. Done.