diff options
author | Andy <andy@teamrubber.com> | 2018-06-03 21:04:15 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-06-03 22:04:15 +0200 |
commit | d86416af7a884f562bf60fc2c6bef7af1c2f0ab0 (patch) | |
tree | 5f6a0ea26d6c5fd01d24f1fcc93c54120aa1888a | |
parent | 2406500140fa3114d446be667f2bc5152f5cbe30 (diff) | |
download | openttd-d86416af7a884f562bf60fc2c6bef7af1c2f0ab0.tar.xz |
Doc: Instructions for symlinking commit hooks didn't work on (at least) OS X.
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d77071e66..ca151022b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks cd openttd git remote add upstream https://github.com/OpenTTD/OpenTTD.git cd .git/hooks -ln -s -t . ../../../openttd_hooks/hooks/* +ln -s ../../../openttd_hooks/hooks/* . ``` 2. If you cloned a while ago, get the latest changes from upstream: |