From 2264356f29105c79af064d3d0f6384a5e32ca198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 17 Apr 2019 17:18:58 +0200 Subject: [PATCH] Added install instructions to the README. --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 289ca93..f7ac221 100644 --- a/README +++ b/README @@ -15,6 +15,13 @@ To compile the project you will require: The project is built using the `make' command. For debug information append `DEBUG=1' to the command. +# Installation +-------------- +Once the project is built, you can install by running `make install'. By +default the `PREFIX' variable is set to `/usr/local' (installing the +binary in `/usr/local/bin'). You can override this by appending +`PREFIX=' to the install command. + # License --------- This project is licensed under the GNU General Public License version 3