Skip to content

Commit

Permalink
remove template from update script path
Browse files Browse the repository at this point in the history
The update script is not part of the template directory, but from the
root directory.
  • Loading branch information
greg0ire committed Jan 14, 2015
1 parent 4228ba0 commit 2486791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Then, you can update any repository by running this in the working tree of your
repository :

```sh
$(git config --path --get init.templatedir)/update.sh
$(git config --path --get init.templatedir)/../update.sh
# If your template directory is ~/.git_template/template, this is equivalent to :
~/.git_template/template/update.sh
~/.git_template/update.sh
```

Make sure you have rsync installed.
Expand Down

0 comments on commit 2486791

Please sign in to comment.