diff --git a/INSTALL.md b/INSTALL.md index 4780f7e..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 ``` @@ -11,3 +17,11 @@ $ cmake --build . or $ make -j$(nproc) ``` + +## Install + +As root: + +``` +$ make install +```