@@ -27,7 +27,13 @@ This is done by using the artifacts from the CI runs as source to get packages w
**Installing packages**
Navigate to a merge request that you want to test.
After reading through the changes made in the merge request, run mrtest add with the ID.
After reading through the changes made in the merge request, run:
.. code-block::
$ mrtest add MR_ID.
replacing MR_ID with the number of the MR
It will automatically figure out the last pipeline, get the job with the suitable arch of your device, and show which packages are available for installation. Then you will be able to select the packages in an interactive prompt.
To install packages from a merge request in Alpine, use `mrtest add -a` (or --alpine).