summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/changelog/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-18 03:01:32 +0000
committerNorbert Preining <norbert@preining.info>2023-02-18 03:01:32 +0000
commit4ff14bd6227f033e0d226f68a153f4a8c6458d16 (patch)
tree7ec4972c299f416960bd8426facbb245545d05e7 /macros/latex/contrib/changelog/README.md
parentcb7cbc1f98cedde266389c64619b6dbfaec14f87 (diff)
CTAN sync 202302180301
Diffstat (limited to 'macros/latex/contrib/changelog/README.md')
-rw-r--r--macros/latex/contrib/changelog/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/latex/contrib/changelog/README.md b/macros/latex/contrib/changelog/README.md
index 93e7c2834e..ab16196d1e 100644
--- a/macros/latex/contrib/changelog/README.md
+++ b/macros/latex/contrib/changelog/README.md
@@ -19,5 +19,19 @@ screenshot.png | Sample screenshot
README.md | This file
LICENSE.txt | LPPL v1.3c
+## Development
+
+Sources for this package are [available on GitHub.][github]
+This package is built with the [Nix][nix] package manager.
+
+- Build a release directory with rendered PDFs:
+ `nix build .#changelog`
+- Build a release tarball:
+ `nix build .#changelog-tar`, or just `nix build`
+- Enter a development shell with `latexmk` and fonts available:
+ `nix develop`
+
[keepachangelog.com]: https://keepachangelog.com/
[changelog]: https://ctan.org/pkg/changelog
+[github]: https://github.com/9999years/latex-changelog
+[nix]: https://zero-to-nix.com/