1
1
mirror of https://github.com/casey/just.git synced 2024-09-17 17:09:39 +03:00

Add Debian and Ubuntu install instructions to readme (#2072)

This commit is contained in:
Casey Rodarmor 2024-05-21 18:49:04 -07:00 committed by GitHub
parent 46e3428a3d
commit 9a52d6fe8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,14 @@ most Windows users.)
<td><a href=https://archlinux.org/packages/extra/x86_64/just/>just</a></td>
<td><code>pacman -S just</code></td>
</tr>
<tr>
<td>
<a href=https://debian.org>Debian 13 (unreleased)</a> and
<a href=https://ubuntu.com>Ubuntu 24.04</a> derivatives</td>
<td><a href=https://en.wikipedia.org/wiki/APT_(software)>apt</a></td>
<td><a href=https://packages.debian.org/trixie/just>just</a></td>
<td><code>apt install just</code></td>
</tr>
<tr>
<td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
<td><a href=https://mpr.makedeb.org>MPR</a></td>
@ -163,7 +171,7 @@ most Windows users.)
<td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
<td>
<sup><b>You must have the <a href=https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository>Prebuilt-MPR set up</a> on your system in order to run this command.</b></sup><br>
<code>sudo apt install just</code>
<code>apt install just</code>
</td>
</tr>
<tr>