Add MPR/Prebuilt-MPR installation instructions to README.md (#1280)
This commit is contained in:
parent
b427be6b08
commit
b6d06583f9
19
README.md
19
README.md
@ -222,6 +222,25 @@ You can also set the shell using command-line arguments. For example, to use Pow
|
||||
<code>asdf install just <version></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>
|
||||
<td><a href="https://mpr.makedeb.org/packages/just">just</a></td>
|
||||
<td>
|
||||
<code>git clone 'https://mpr.makedeb.org/just'</code><br>
|
||||
<code>cd just</code><br>
|
||||
<code>makedeb -si</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://docs.makedeb.org/prebuilt-mpr">Prebuilt-MPR</a></td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user