From 1cbeb515b7497d9aaeb1e4fc8f11fa118bea23e6 Mon Sep 17 00:00:00 2001 From: Christophe Garion <tofgarion@runbox.com> Date: Wed, 25 Oct 2023 20:29:54 +0200 Subject: [PATCH] [README] typo in path to local TeXMF directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329592c..dbdd04f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ make install ``` This should install the files in your local TeXMF directory -(`.local/share/texmf` by default on Linux). +(`~/.local/share/texmf` by default on Linux). The `hooks` repository contains a simple hook to be linked to `.git/hooks/post-commit` for instance to install the files when you -- GitLab