Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions download-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@
<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>
';
Expand Down