Commit Diff


commit - 0aeec769bd328d31525dbb2d386773fe6dbd42ba
commit + d925320d07a1d2376061e1739d78bc910d221d60
blob - ed04c19fada06f4c6fc38af6774a96d5c692d885
blob + 5155bafb4759a1b1ff7a4e85fcbe73aeacd84ce9
--- README.md
+++ README.md
@@ -48,13 +48,14 @@ Dependencies
 ============
 
  Rover is supposed to run on any Unix-like system with a curses implementation.
-To build Rover, you need a C89 compiler and a `curses.h` header file.
+To build Rover, you need a C compiler (supporting at least C89) and a `curses.h`
+header file.
 
 Configuration
 =============
 
  Rover configuration (mostly key bindings and colors) can only be changed
-by editing the file `config.h` and rebuilding the binary.
+by editing the file `config.h` and rebuilding the binary (with `make`).
 
  Note that the external programs executed by some Rover commands may be changed
 via the appropriated environment variables. For example, to specify an editor: