aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-05 17:05:17 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-05 17:05:17 +0100
commit8a7054ef7a7c7a6f1ccd507e6921f69c07abfeec (patch)
treeb39f32a3d037a29b4c7323666e91d9be5d3b90d6 /README.md
parent2167c104bdb52f46498f15440b1e391be308f821 (diff)
Add notice about v1.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
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 <clone url>
+$ 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'