summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-29 03:02:54 +0000
committerNorbert Preining <norbert@preining.info>2020-09-29 03:02:54 +0000
commitd043a18e288914d3c46a1b10af1f30ce2df00588 (patch)
tree888d8c0677d7b328602f1ec5c09d324a325043ec /graphics/pgf/base/README
parent34310603e5253ef5742542e3f0123b341a70ee20 (diff)
CTAN sync 202009290302
Diffstat (limited to 'graphics/pgf/base/README')
-rw-r--r--graphics/pgf/base/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/pgf/base/README b/graphics/pgf/base/README
index 639e2763c8..8be5668d45 100644
--- a/graphics/pgf/base/README
+++ b/graphics/pgf/base/README
@@ -1,6 +1,6 @@
# pgf – A Portable Graphic Format for TeX
-[![Travis Build Status][travis-svg]][travis-link]
+![CI](https://github.com/pgf-tikz/pgf/workflows/CI/badge.svg)
PGF is a TeX macro package for generating graphics. It is platform-
and format-independent and works together with the most important TeX
@@ -43,14 +43,11 @@ these steps:
```console
$ git clone https://github.com/pgf-tikz/pgf
$ tlmgr init-usertree --usertree pgf
-$ export TEXMFHOME=`realpath pgf`
-$ cd pgf/doc/generic/pgf/version-for-luatex/en/
-$ make
+$ export TEXMFHOME=$(readlink -f pgf)
+$ cd pgf
+$ texlua build.lua manual luatex
```
We recommend building at least the version for LuaTeX, as shown in the
example above because this has the broadest coverage of PGF features.
To test the animations feature you have to build the version for
dvisvgm.
-
-[travis-svg]: https://travis-ci.com/pgf-tikz/pgf.svg?branch=master
-[travis-link]: https://travis-ci.com/pgf-tikz/pgf