Commit Diff


commit - 281d8f5dae0ff506ad9100f084895437ae22feb5
commit + 30d7b01ebc02c7c82252c0502b770a8310c6eb02
blob - 6a89d99d2b88f79e7161864db3803b7fc4a928d9
blob + d23ea7df1ffb758326a62a69872f9c993f5bf9cd
--- README.md
+++ README.md
@@ -10,22 +10,24 @@ fm has vi-like key bindings for navigation and can ope
 implemented (see fm(1) for details).  fm is designed to be simple,
 fast and portable.
 
-fm was forked from [Rover](https://github.com/lecram/rover).
+fm was forked from [Rover](https://github.com/lecram/rover) and is still
+heavily a work in progress.  Lots of features were removed that need to
+be reimplemented and more need to be fixed.
 
 Quick Start
 ===========
 
 Building and Installing:
-```
-$ make
-$ sudo make install
-```
 
+	$ make
+	$ doas make install
+
+
 Running:
-```
-$ fm [DIR1 [DIR2 [DIR3 [...]]]]
-```
 
+	$ fm [dir ...]
+
+
 Please read fm(1) for more information.