From f25fc6c1d3781332d03cdeb0958b4e28838b7989 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 11 Nov 2019 18:49:10 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b6edeaa..a4134af 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,8 @@ To compile and test, simply use at the root of this project : make test ``` +To compile and install, simply use at the root of this project, with XXX the image or block file you want to use : +``` +make install installdisk=XXX +``` +