]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Update dependencies
[uploader.git] / README
diff --git a/README b/README
index 5d674a948daaca55439908757fb05ecb3b281f88..053829e016dd7385e3306c272f42460c229c04ce 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
 Simplest form file uploader.
 Simplest form file uploader.
+
 It just saves uploaded file from HTML form to the new file on the disk.
 Also it calculates BLAKE2b checksum, replying with it in the answer.
 
 It just saves uploaded file from HTML form to the new file on the disk.
 Also it calculates BLAKE2b checksum, replying with it in the answer.
 
@@ -11,3 +12,7 @@ You can upload files with curl:
 You can verify integrity locally:
 
     b2sum -a blake2b somedata.tar.gpg
 You can verify integrity locally:
 
     b2sum -a blake2b somedata.tar.gpg
+
+You can enable mail notification with -notify-to and -notify-from options.
+
+uploader is free software: see the file COPYING for copying conditions.