From 2a65229fefaaf06e2b7584ed368e5357b3008ad2 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 26 Dec 2016 00:09:35 +0400 Subject: [PATCH] added 'make install' to the readme. --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 3e2120a5..a420ab86 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -32,7 +32,7 @@ with the following simple steps: 1. Install pre-requisites such as git, gcc, static C libraries, diff utils. 2. Clone the repository and run 'make full'. - 3. Optionally install to a system directory such as /opt or /usr/local/share. + 3. Optionally install to a system directory such as /opt or /usr/local/share with 'make install'. 4. Set your PATH variable to include the compiler binary. These are detailed below: @@ -302,4 +302,4 @@ Also, Vishaps are known in tales, fiction. [This page](http://blog.fogus.me/2015 ## History -See [**History**](/doc/History.md). \ No newline at end of file +See [**History**](/doc/History.md).