mirror of https://github.com/OpenTTD/OpenTTD
Doc: Instructions for symlinking commit hooks didn't work on (at least) OS X.
parent
2406500140
commit
d86416af7a
|
@ -107,7 +107,7 @@ git clone https://github.com/OpenTTD/OpenTTD-git-hooks.git openttd_hooks
|
||||||
cd openttd
|
cd openttd
|
||||||
git remote add upstream https://github.com/OpenTTD/OpenTTD.git
|
git remote add upstream https://github.com/OpenTTD/OpenTTD.git
|
||||||
cd .git/hooks
|
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:
|
2. If you cloned a while ago, get the latest changes from upstream:
|
||||||
|
|
Loading…
Reference in New Issue