From 8a7054ef7a7c7a6f1ccd507e6921f69c07abfeec Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 5 Nov 2022 17:05:17 +0100 Subject: Add notice about v1.0.0 --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47676c2..65bcdd2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,24 @@ +# NOTE FOR USERS THAT WANT TO TRY THIS OUT! + +The current code on the master branch doesn’t work as documented, as a newer +more powerful interface is being developed. For the doucmented interface, you +want to build the latest stable tag: + +```console +$ git clone +$ cd mmv +$ git checkout tags/v1.0.0 -b v1.0.0-master +$ cargo build -r +$ make install +``` + # mmv — multi move `mmv` is a command-line utility to move multiple files in a more convenient manner than for-loops. The best way to explain this is with an example. Say you had the following files in the current directory: -```sh +```console $ ls 'The Fellowship of the Ring.mp4' 'The Two Towers.mp4' 'The Return of the King.mp4' -- cgit v1.2.3