diff --git a/README.md b/README.md index 33901a7..e2fd92f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Linux command to atomically create fully-formed files with contents read from st ```sh # Atomically create a file called hello.txt with the contents passed on stdin echo 'Hello world!' | atomicfile hello.txt + +# Atomically copy a file (also across filesystems) +atomicfile destination.file