rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=0f7a9ca56523c70483c4d65d6312979676b3478c

commit 0f7a9ca56523c70483c4d65d6312979676b3478c
Author: Vitalii Vorobiov <[email protected]>
Date:   Fri Sep 23 12:31:10 2016 +0300

    README: update how to run and use eflete if it is installed to a prefix 
directory
    
    because eflete_exporter can't be used without HOME we need to tell user 
about
    that
    
    @fix
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README b/README
index 0d30439..01e38da 100644
--- a/README
+++ b/README
@@ -26,6 +26,16 @@ To install program to specified directory use --prefix 
option on configure step:
 
    ./autogen.sh --prefix=/full/path/to/some/dir
 
+WARNING!
+If you install program to specified directory run you should update your HOME
+variable with path to installed program like this:
+
+   export PATH="$PATH:<prefix_path>/bin"
+
+or run program this way
+
+   PATH="$PATH:<prefix_path>/bin" <prefix_path>/bin/eflete
+
 Apllying themes:
 ----------------
 

-- 


Reply via email to