Skip to content
Snippets Groups Projects
Commit fdf182e5 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Update README.md

github:
fixes #6
parent 11e4e38e
No related branches found
No related tags found
No related merge requests found
...@@ -84,12 +84,14 @@ To illustrate, this is what a possible directory structure looks like. ...@@ -84,12 +84,14 @@ To illustrate, this is what a possible directory structure looks like.
### available.d ### ### available.d ###
The files you see in $XDG_CONFIG_HOME/mr/available.d are mr configuration files that The files you see in $XDG_CONFIG_HOME/mr/available.d are mr configuration files
contain the commands to manage (checkout, update etc.) a single repository. that contain the commands to manage (checkout, update etc.) a single
vcsh repo configs end in .vcsh, git configs end in .git, etc. This is optional repository. vcsh repo configs end in .vcsh, git configs end in .git, etc. This
and your preference. For example, this is what a zsh.mrconfig with read-only is optional and your preference. For example, this is what a zsh.vcsh
access to my zshrc repo looks likes. I.e. in this specific example, push can with read-only access to my zshrc repo looks likes. I.e. in this specific
not work. example, push can not work as you will be using the author's repository. This
is for demonstration, only. Of course, you are more than welcome to clone from
this repository and fork your own.
[$XDG_CONFIG_HOME/vcsh/repo.d/zsh.git] [$XDG_CONFIG_HOME/vcsh/repo.d/zsh.git]
checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' zsh checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' zsh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment