From b6d06583f9cc6cf2e0d9497ee482f535330acfa5 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Sat, 30 Jul 2022 03:37:10 -0500 Subject: [PATCH] Add MPR/Prebuilt-MPR installation instructions to README.md (#1280) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index d424961..f3bc7f1 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,25 @@ You can also set the shell using command-line arguments. For example, to use Pow asdf install just <version> + + Debian and Ubuntu derivatives + MPR + just + + git clone 'https://mpr.makedeb.org/just'
+ cd just
+ makedeb -si + + + + Debian and Ubuntu derivatives + Prebuilt-MPR + just + + You must have the Prebuilt-MPR set up on your system in order to run this command.
+ sudo apt install just + +