summaryrefslogtreecommitdiff
path: root/support/spix/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-19 03:01:37 +0000
committerNorbert Preining <norbert@preining.info>2022-11-19 03:01:37 +0000
commit71a2e00f473ea9e10dd2d9439159a4917afb266f (patch)
treeac3f1206810a83cbff3ceab1be542162f4994d3b /support/spix/README.md
parent8141bb63ac908014fe5b6bc7ebed4d2889c014d4 (diff)
CTAN sync 202211190301
Diffstat (limited to 'support/spix/README.md')
-rw-r--r--support/spix/README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/support/spix/README.md b/support/spix/README.md
index a12fc8686f..ec5cb68cff 100644
--- a/support/spix/README.md
+++ b/support/spix/README.md
@@ -49,18 +49,22 @@ To compile it from source, download and run:
## What's new?
-See [changelog](https://framagit.org/spalax/spix/blob/master/CHANGELOG.md).
+See [changelog](https://framagit.org/spalax/spix/blob/main/CHANGELOG.md).
## Download and install
-The preferred way to install SpiX used pip:
+* The preferred way to get `SpiX` working is by using your distribution package manager. With Debian (and Ubuntu, and surely other distributions that inherit from Debian), it is in package [`texlive-extra-utils`](https://packages.debian.org/search?keywords=texlive-extra-utils) (since version 2020.20210202-3)::
+
+ sudo apt install texlive-extra-utils
+
+* Otherwise, you can install SpiX using pip:
python3 -m pip install spix
-Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/latest/install/).
+* Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/latest/install/).
## License
-*Copyright 2020 Louis Paternault*
+*Copyright 2020-2021 Louis Paternault*
SpiX is licensed under the [Gnu GPL 3 license](https://www.gnu.org/licenses/gpl-3.0.html), or any later version.