summaryrefslogtreecommitdiffstats
path: root/system/rover/README
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2016-08-10 18:50:46 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commit97c2fc85f4df86cb1d23e63c3dc684132700071f (patch)
tree46b46212f301fa4b6683beab6a607a1a23daf6e8 /system/rover/README
parent84233bc49e760c0392232d4814fbc4937bace640 (diff)
downloadslackbuilds-97c2fc85f4df86cb1d23e63c3dc684132700071f.tar.gz
slackbuilds-97c2fc85f4df86cb1d23e63c3dc684132700071f.tar.xz
system/rover: Updated for version 0.4.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/rover/README')
-rw-r--r--system/rover/README15
1 files changed, 3 insertions, 12 deletions
diff --git a/system/rover/README b/system/rover/README
index 8789dd1ff2..452a67aef5 100644
--- a/system/rover/README
+++ b/system/rover/README
@@ -3,19 +3,10 @@ Rover is a file browser for the terminal.
The main goal is to provide a faster way to explore a file system from
the terminal, compared to what's possible by using cd, ls, etc. Rover
has vi-like key bindings for navigation and can open files in $PAGER
-and $EDITOR. Basic file system operations are also implemented Rover
+and $EDITOR. Basic file system operations are also implemented. Rover
is designed to be simple, fast and portable.
CUSTOMIZATION
-------------
-To customize rover edit config.h in the source tarball and
-place it in the config directory before running the script.
-
-Example:
-
-$ cd rover-0.4.0
-$ vi config.h
-[make customizations]
-$ cp -a config.h ../config/
-$ cd ..
-# ./rover.SlackBuild \ No newline at end of file
+To customize rover, edit config.h in the SlackBuild directory before
+running the SlackBuild.