From 9a7e08a5bc83578c09c5b293b0e9bc6735c09f67 Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Wed, 4 Nov 2020 20:28:37 +0100 Subject: [PATCH 1/2] Update INSTALL.md --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 4780f7e..0627911 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,3 +11,11 @@ $ cmake --build . or $ make -j$(nproc) ``` + +## Install + +As root: + +``` +$ make install +``` From 1f3bdf254f763e9ac6aeb2f1ec51d665c2be02ab Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Wed, 4 Nov 2020 20:29:28 +0100 Subject: [PATCH 2/2] Update INSTALL.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 0627911..b582182 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,11 @@ # Install instructions +## Get the code from git project + +``` +$ git clone https://github.com/trabucayre/openFPGALoader.git +``` + ## Compile from source ```