Skip to content

Commit da0d0bd

Browse files
authored
Mention JpGraph in readme (#63)
This was accidentally removed in 5e42e51. Also link PHP's built-in web server.
1 parent 5e42e51 commit da0d0bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ contributors to find useful guides, tools, statistics etc.
55

66
## Running a local version
77

8-
This can be run using PHP's [built-in web server][webserver]
8+
This can be run using PHP's [built-in web server](https://www.php.net/features.commandline.webserver)
99
for local development. For the guide pages to work, you also
1010
need a local clone of the `doc-base` repository.
1111

1212
To generate the images for translation status, the GD extension
1313
is required.
14+
[JpGraph](https://jpgraph.net/download/) needs to be in `/include/jpgraph/`.
1415

1516
To generate the translation status, you'll also need the English version
1617
of the documentation and whatever languages you want to generate data

0 commit comments

Comments
 (0)