summaryrefslogtreecommitdiff
path: root/fonts/libertinus-fonts/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-10 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2020-10-10 03:01:27 +0000
commit03964f11f0331968e99fa5a3d614f25a7b3f8a95 (patch)
tree4facdecd5e8388a9955ace8724a1029eb1da98d7 /fonts/libertinus-fonts/CONTRIBUTING.md
parent1f42d0c83e745c8ee0454060ea03fbb886e77ce5 (diff)
CTAN sync 202010100301
Diffstat (limited to 'fonts/libertinus-fonts/CONTRIBUTING.md')
-rw-r--r--fonts/libertinus-fonts/CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/libertinus-fonts/CONTRIBUTING.md b/fonts/libertinus-fonts/CONTRIBUTING.md
index 5a61d8c11b..17ae82c3b8 100644
--- a/fonts/libertinus-fonts/CONTRIBUTING.md
+++ b/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