README: fix ln command (swapped arguments)

This commit is contained in:
David Thurstenson 2022-01-05 12:12:06 -06:00
parent 731edaace0
commit 9562cf9a15
1 changed files with 1 additions and 1 deletions

View File

@ -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))