aboutsummaryrefslogtreecommitdiffstats
path: root/README-what-to-download.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-02 21:39:29 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-02 21:39:29 +0100
commitc491d9f6af8dd2ecfbc5bd70b2054e03ac2521ac (patch)
tree14a9b4735fcc1b25330d460f1bf1d140c9866dcd /README-what-to-download.md
parent7ed991343b0d6d4f4ec84cf41dde60debffc4074 (diff)
downloadqpdf-c491d9f6af8dd2ecfbc5bd70b2054e03ac2521ac.tar.zst
Draw attention to linux binary not being end-user facing (fixes #534)
Diffstat (limited to 'README-what-to-download.md')
-rw-r--r--README-what-to-download.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-what-to-download.md b/README-what-to-download.md
index f9ee09d7..3fbbbef9 100644
--- a/README-what-to-download.md
+++ b/README-what-to-download.md
@@ -18,7 +18,7 @@ Virtually all Linux distributions include packages for qpdf. There is also a PPA
* `qpdf-<version>-x86_64.AppImage` - If you'd like to run the latest version of qpdf as an [AppImage](https://appimage.org/), you can download this. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions. See README-appimage.md in the qpdf source distribution for additional details, or run the AppImage with the `--ai-usage` argument to get help specific to the AppImage.
-* `qpdf-<version>-bin-linux-x86_64.zip` - This is a (nearly) stand-alone Linux binary, built using an Ubuntu LTS release. It contains the qpdf executables and shared libraries as well as dependent shared libraries that would not typically be present on a minimal system. This can be used to include qpdf in a minimal environment such as a docker container. It is also known to work as a layer in AWS Lambda and was initially created for that purpose.
+* `qpdf-<version>-bin-linux-x86_64.zip` - This is not intended to be an end-user distribution. It is a (nearly) stand-alone Linux binary, built using an Ubuntu LTS release. It contains the qpdf executables and shared libraries as well as dependent shared libraries that would not typically be present on a minimal system. This can be used to include qpdf in a minimal environment such as a docker container. It is also known to work as a layer in AWS Lambda and was initially created for that purpose.
Windows Build Support