Fix readme

This commit is contained in:
Travis Burtrum 2017-01-20 01:45:46 -05:00
parent 37cedbdd3e
commit e8233e127e
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Mainly meant to be used for images from scripts like open-screeny.sh, it can rea
Required dependencies are openssl, curl, and standard unix utilities stat, awk, and basename Required dependencies are openssl, curl, and standard unix utilities stat, awk, and basename
Optional dependencies include aesgcm from [ImageDownloader][6] which is used to encrypt files just like Conversations and gajim do with http_upload before upload. Either set the variable http_upload_encrypt to 1 or pass -e to the script as the first or second argument to enable this encryption. Optional dependencies include aesgcm from [ImageDownloader][7] which is used to encrypt files just like Conversations and gajim do with http_upload before upload. Either set the variable http_upload_encrypt to 1 or pass -e to the script as the first or second argument to enable this encryption.
imgup.sh imgup.sh
------------ ------------
@ -49,4 +49,4 @@ nginx_http_upload.php is licensed seperately as mentioned at the top of the file
[4]: http://b1t.it/ [4]: http://b1t.it/
[5]: https://github.com/Hidendra/puush-api [5]: https://github.com/Hidendra/puush-api
[6]: https://modules.prosody.im/mod_http_upload_external.html [6]: https://modules.prosody.im/mod_http_upload_external.html
[7]: https://github.com/moparisthebest/ImageDownloader [7]: https://github.com/moparisthebest/ImageDownloader