Skip to content
Merged
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2 id="installation">
Installation
</h2>

<p>As of now, our most mature client is the Python one, which you can easily install via pip3:</p>
<pre>pip3 install tldr</pre>
<p>As of now, our most mature client is the Python one, which you can easily install via <a href="https://github.com/pypa/pipx" target="_blank">pipx</a>:</p>
<pre>pipx install tldr</pre>

<p>
There are many more clients that have sprouted from the community, including:
Expand Down