summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md')
-rw-r--r--Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md
index 5a61d8c11b6..17ae82c3b87 100644
--- a/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md
+++ b/Master/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md
@@ -4,8 +4,9 @@ The source files are under the `sources` subdirectory.
The `.sfd` files are FontForge source font format and should be edited with [FontForge][fontforge].
The `.fea` files are [OpenType feature files][fea] and should be edited by a plain text editor.
-To build the fonts locally, you will need to install [Fontship][fontship].
-Regenerate the fonts at any time using:
+To build the fonts locally, you will need to setup [Fontship][fontship].
+Several methods are available for installation including a simple one-liner with no installation [using Docker][fontship-docker-setup].
+One Fontship is setup, regenerate the fonts at any time using:
fontship make
@@ -21,3 +22,4 @@ After modifying the `.sfd` files, and before committing the changes, you can aut
[fontship]: https://github.com/theleagueof/fontship
[fontforge]: https://fontforge.org
[fea]: https://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html
+[fontship-docker-setup]: https://github.com/theleagueof/fontship#docker-setup