1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Doc Downloads: Replace pman with local environment setup guide

This commit is contained in:
AllenJB
2025-10-19 14:15:45 +01:00
committed by Derick Rethans
parent 3f51342685
commit 83bb2169bc

View File

@@ -28,14 +28,11 @@ $SIDEBAR_DATA = '
<div class="headline">Other formats</div>
<div class="body">
<p>
The manual is also available via *nix style man pages. To
install and use:
The manual is also available in other formats. For instructions on
building the documentation see the
<a href="https://doc.php.net/guide/local-setup.md">local environment
setup guide</a>.
</p>
<ul class="toc">
<li>Install: <code>pear install doc.php.net/pman</code></li>
<li>Upgrade: <code>pear upgrade doc.php.net/pman</code></li>
<li>Example usage: <code>pman strlen</code></li>
</ul>
</div>
</div>
';