Commit Diff


commit - edb0e68a963aa75465e20b5357a20b78d5a340e8
commit + d1f7bb959a2f312563e8e843139b65eb709b8313
blob - 5f35413923eedee78275f9a9896c64493ea0871a
blob + b421f9a77e7441295fbf3d771ce85614a0eb8837
--- README.md
+++ README.md
@@ -76,8 +76,8 @@ to link against `libncurses.so` and install to `/opt/b
  make LDLIBS=-lncurses PREFIX=/opt install
  ```
 
- Rover configuration (mostly key bindings and colors) can only be changed
-by editing the file `config.h` and rebuilding the binary (with `make`).
+ Rover runtime 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:
@@ -85,9 +85,11 @@ via the appropriate environment variables. For example
  $ EDITOR=vi rover
  ```
 
+ Please read rover(1) for more information.
 
-Copyright
-=========
 
- All of the Rover source code and documentation is released into the public
+Copying
+=======
+
+ All of the source code and documentation for Rover is released into the public
 domain and provided without warranty of any kind.