1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Update release instructions with a reminder to install latex.

Latex is no longer installed by default in the Vagrantfile.
This commit is contained in:
Cynthia Shang
2019-10-08 12:29:42 -04:00
committed by David Steele
parent 45881c74ae
commit a4152a0ea1
+1 -1
View File
@@ -26,7 +26,7 @@ to:
use constant PROJECT_VERSION => '2.14';
```
## Build release documentation
## Build release documentation. Be sure to install latex using the instructions from the Vagrantfile before running this step.
```
doc/release.pl --build
```