From 335bf069a652a2b336505bfb47ab73548eab9016 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Sun, 21 Jun 2015 13:35:23 -0300 Subject: [PATCH] Make README shorter. --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6d6dcff..4aad56d 100644 --- a/README.md +++ b/README.md @@ -57,28 +57,18 @@ overwriting existing files while copying/moving marked entries. Please be careful to not accidentally lose your data. -Dependencies +Requirements ============ - Rover is supposed to run on any Unix-like system with a curses implementation. -To build Rover, you need a C compiler and a curses library with the corresponding -header file. A makefile is provided, but since all the code is in a single C -source file, it shouldn't be hard to build Rover without make(1). + * Unix-like system; + * curses library. Configuration ============= - By default, rover is installed to `/usr/local/bin/rover`. To change this and other -build options, such as the name of the curses library, please edit `Makefile` -before executing `make` or specify the options during invocation. For example, -to link against `libncurses.so` and install to `/opt/bin/rover`: - ``` - $ make LDLIBS=-lncurses PREFIX=/opt install - ``` - - Rover runtime configuration (mostly key bindings and colors) can only be -changed by editing the file `config.h` and rebuilding the binary. + Rover configuration (mostly key bindings and colors) can only be changed by +editing the file `config.h` and rebuilding the binary. Note that the external programs executed by some Rover commands may be changed via the appropriate environment variables. For example, to specify an editor: -- 2.11.4.GIT