Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual/src/installation.md: add apt install git-delta for Ubuntu 24.0… #1814

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
12 changes: 10 additions & 2 deletions manual/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,16 @@ Note that the package is often called `git-delta`, but the executable installed
<tr>
<td>Debian / Ubuntu</td>
<td>
<code>dpkg -i file.deb</code>
<br>
<ul>
<li>Ubuntu 24.04 LTS and newer:
<br>
<code>apt install git-delta</code>
</li>
<li>Other:
<br>
<code>dpkg -i file.deb</code>
</li>
</ul>
.deb files are on the <a href="https://github.com/dandavison/delta/releases">releases</a> page.
<br>
<sup>If you are using Ubuntu <= 19.10 or are mixing apt sources, please read <a href="https://github.com/dandavison/delta/issues/504">#504</a>.</sup>
Expand Down