summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/doclicense/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/doclicense/README.md')
-rw-r--r--macros/latex/contrib/doclicense/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/macros/latex/contrib/doclicense/README.md b/macros/latex/contrib/doclicense/README.md
index 28f2a97336..ecddc4c831 100644
--- a/macros/latex/contrib/doclicense/README.md
+++ b/macros/latex/contrib/doclicense/README.md
@@ -1,5 +1,5 @@
<!--
-SPDX-FileCopyrightText: 2015,2017-2022 Robin Schneider <ypid@riseup.net>
+SPDX-FileCopyrightText: 2015,2017-2023 Robin Schneider <ypid@riseup.net>
SPDX-License-Identifier: LPPL-1.3c
@@ -42,12 +42,11 @@ make doclicense.pdf
Note that this will only work when this directory is below your
`$TEXMFHOME` tree (unless the doclicense package is already installed
-for example by your TeX distribution). Example for doing this manually:
+for example by your TeX distribution). Example for doing this:
```Shell
-mkdir --parents ~/texmf/tex/latex/ && cd ~/texmf/tex/latex/
git clone https://github.com/ypid/latex-packages.git ypid-latex-packages
-cd ypid-latex-packages/doclicense && make build
+cd ypid-latex-packages/doclicense && make install-symlink build
```
If you have not worked with `$TEXMFHOME` you might want to refer to the