From fa15f3818f93bee8fb6492c47acaa982b9eaca70 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Mon, 15 Dec 2025 16:09:00 +0100 Subject: [PATCH 1/3] Point to releases rather than nightly builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f60454..f4450ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fontra Pak is a cross-platform, standalone, bundled [Fontra](https://github.com/ ## Download -Nightly builds can be downloaded from the topmost [“Build Application”](https://github.com/fontra/fontra-pak/actions) workflow. You need to be signed in to GitHub to be able to download. +Binaries for MacOS (11 and up), Windows (10 and up) and Ubuntu x86_64 can be [downloaded under releases](https://github.com/fontra/fontra-pak/releases/latest) ## Run locally from source From 427bea890c38711f827d30bb7ac4dbb17be061e2 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Mon, 15 Dec 2025 16:15:43 +0100 Subject: [PATCH 2/3] Link to Linux docs page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4450ad..e5953ae 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Fontra Pak is a cross-platform, standalone, bundled [Fontra](https://github.com/ Binaries for MacOS (11 and up), Windows (10 and up) and Ubuntu x86_64 can be [downloaded under releases](https://github.com/fontra/fontra-pak/releases/latest) +For Linux, there are more options, such as flatpak and snap: https://docs.fontra.xyz/how-tos/installation/installing-fontra-pak-linux/ + ## Run locally from source To run the main program directly, set up a Python 3.10 (or higher) virtual environment, install the requirements from `requirements.txt`, then run: From a6f1890d46751014dca8aadbd1d0a4adafc1deb9 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Mon, 15 Dec 2025 16:19:14 +0100 Subject: [PATCH 3/3] Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5953ae..2ac0543 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Fontra Pak is a cross-platform, standalone, bundled [Fontra](https://github.com/ Binaries for MacOS (11 and up), Windows (10 and up) and Ubuntu x86_64 can be [downloaded under releases](https://github.com/fontra/fontra-pak/releases/latest) -For Linux, there are more options, such as flatpak and snap: https://docs.fontra.xyz/how-tos/installation/installing-fontra-pak-linux/ +For Linux, there are more options, such as `flatpak` and `snap`: https://docs.fontra.xyz/how-tos/installation/installing-fontra-pak-linux/ ## Run locally from source