From 9562cf9a15f9ed873d15de891a670633812dcacb Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 5 Jan 2022 12:12:06 -0600 Subject: [PATCH] README: fix ln command (swapped arguments) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69883b5..1356482 100644 --- a/README.md +++ b/README.md @@ -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))