From fdeeda29d9f3898c609f0970de3a3dfe44cb60cd Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 2 May 2016 23:55:48 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fea1cdc..4337731 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ This script will try to recognize the content of any image you give him using Mi Usage: ./captionbot.sh file or Usage: ./captionbot.sh url + +Add the norate parameter to avoid the rating prompt: +Usage: ./captionbot.sh url norate + +Add the script parameter to avoid the rating prompt and delete all output apart from the image description: +Usage: ./captionbot.sh url script ``` Here follow the instructions :)