README: fix ln command (swapped arguments)
This commit is contained in:
parent
731edaace0
commit
9562cf9a15
|
@ -56,7 +56,7 @@ git submodule update --init --recursive
|
|||
|
||||
Create a symlink named `.git/hooks/pre-push` with `tlwiki` as its target:
|
||||
```
|
||||
ln -s .git/hooks/pre-push ../../tlwiki
|
||||
ln -s ../../tlwiki .git/hooks/pre-push
|
||||
```
|
||||
|
||||
`tlwiki` will help manage this symlink in the future (See: [#1](https://git.thurstylark.com/thurstylark/tlwiki/issues/1))
|
||||
|
|
Loading…
Reference in New Issue