From 3fe053eeaebcdcf83b6b6983e019b008b58435ad Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Mon, 25 Dec 2017 03:22:28 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ece7ef0f..70d791d03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Full test procedure: * Generate clean MLL source tree with ``make src``. This will produce compressed archive file which contains the MLL source tree. * Copy or move the source archive file in empty folder and then extract the archive. -* Build MLL with ``./build_minimal_linux_live.sh``. You should be able to run MLL (``./qemu-bios.sh`` and/or ``./qemu-uefi.sh``) with the changes you have made. -* Repackage the MLL ISO image with ``./repackage.sh``. You should be able to run MLL (``./qemu-bios.sh`` and/or ``./qemu-uefi.sh``) with the changes you have made. -* Test the generated Docker functionality with ``test_docker_image.sh``. You should see message that the test has passed. +* Build MLL with ``./build_minimal_linux_live.sh``. You should be able to run MLL with the changes you have made (``./qemu-bios.sh`` and/or ``./qemu-uefi.sh``). +* Repackage the MLL ISO image with ``./repackage.sh``. You should be able to run MLL with the changes you have made (``./qemu-bios.sh`` and/or ``./qemu-uefi.sh``). +* Test the generated Docker functionality with ``./test_docker_image.sh``. You should see message that the test has passed. * Run shell console in Docker with ``./run_docker_console.sh``. You should be able to invoke all MLL binaries and scripts from this console.