commit cfa4fe73490410cdda2afd0128a9019f89759ea3 from: Marcel Rodrigues date: Wed Dec 03 22:54:01 2014 UTC Clarity. commit - 5f047452bc041487229b367b84823a9d7c31a432 commit + cfa4fe73490410cdda2afd0128a9019f89759ea3 blob - eb63a80c4eddecdcbf4f47340d55039dac76e07b blob + cb37a5392e8e88ff895e3455e04e1b4e423608f7 --- README.md +++ README.md @@ -7,8 +7,7 @@ Introduction 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 -is designed to be simple and portable. It was originally written to be -used on a headless Raspberry Pi accessed via ssh. The [Ranger file manager](http://ranger.nongnu.org/) +is designed to be simple and portable. The [Ranger file manager](http://ranger.nongnu.org/) was a major inspiration for the user interface design, but Rover has significantly less features and dependencies. @@ -68,8 +67,8 @@ Dependencies ============ Rover is supposed to run on any Unix-like system with a curses implementation. -To build Rover, you need a C compiler (supporting at least C89) and a `curses.h` -header file. +To build Rover, you need an ANSI C compiler and a curses library with the +corresponding header file. Configuration @@ -96,5 +95,5 @@ via the appropriate environment variables. For example Copyright ========= - All of the code and documentation in Rover has been dedicated to the - public domain. + All of the Rover source code and documentation is released into the public +domain and provided without warranty of any kind.