summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndy <andy@teamrubber.com>2018-06-03 21:04:15 +0100
committerMichael Lutz <michi@icosahedron.de>2018-06-03 22:04:15 +0200
commitd86416af7a884f562bf60fc2c6bef7af1c2f0ab0 (patch)
tree5f6a0ea26d6c5fd01d24f1fcc93c54120aa1888a /CONTRIBUTING.md
parent2406500140fa3114d446be667f2bc5152f5cbe30 (diff)
downloadopenttd-d86416af7a884f562bf60fc2c6bef7af1c2f0ab0.tar.xz
Doc: Instructions for symlinking commit hooks didn't work on (at least) OS X.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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: