diff --git a/README.md b/README.md index 651add0c..85c67e6a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Please see the various Makefile included in the project for more information. (A The DVM Host software does not have any specific library dependancies and is written to be as library-free as possible. A basic GCC install is usually all thats needed to compile. * Makefile - This makefile is used for building binaries. - - Use the ARCH parameter to change the architecture. + - Use the ARCH parameter to change the architecture. (e.g. ```make ARCH=rpi-arm```) - ARCH=arm - Generic ARM compilation with installed cross-compiler tools (see just below). - ARCH=rpi-arm - Raspberry Pi ARM compliation using the ```https://github.com/raspberrypi/tools.git``` (see just below).