diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-05-30 09:56:28 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-05-30 09:57:33 +0530 |
| commit | df2eea87aa84711024b48b2184b1c1ca1b2d0e7b (patch) | |
| tree | dab03c7ddaa52e856541d2660f44290faec56551 | |
| parent | d435a4010f82a63012c85ccce4d32c1256d4fc48 (diff) | |
Update the README to mention that GNU/Linux is the supported OS.
Closes #21
| -rw-r--r-- | lisp/pdf-tools.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el index 9b4c33b..faaceab 100644 --- a/lisp/pdf-tools.el +++ b/lisp/pdf-tools.el @@ -29,8 +29,11 @@ ;; e.g. ghostscript and stored in the file-system, but rather created ;; on-demand and stored in memory. ;; -;; Note: This package requires external libraries and works currently -;; only on GNU/Linux systems. +;; Note: This package is built and tested on GNU/Linux systems. It +;; works on macOS and Windows, but is officially supported only on +;; GNU/Linux systems. This package will not make macOS or Windows +;; specific functionality changes, behaviour on these systems is +;; provided as-is. ;; ;; Note: If you ever update it, you need to restart Emacs afterwards. ;; |
