diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 98fa6962f6..43d05bde4e 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -534,9 +534,9 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' GZIP_PROGRAM - Path to a gzip command. The default is - gzip, that would be the command found in - PATH. + Path to a gzip command. The default is + gzip, which will search for a command by that + name in the configured PATH. @@ -544,8 +544,8 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' LZ4 Path to a lz4 command. The default is - lz4, that would be the command found in - PATH. + lz4, which will search for a command by that + name in the configured PATH. @@ -553,8 +553,17 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' TAR Path to a tar command. The default is - tar, that would be the command found in - PATH. + tar, which will search for a command by that + name in the configured PATH. + + + + + ZSTD + + Path to a zstd command. The default is + zstd, which will search for a command by that + name in the configured PATH.