diff --git a/README.md b/README.md
index a04ee4774f10b48b58328d8cf192d4cd608209e5..7828d3459515c60070badccc1addbb67c3cc3d5d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # Radiobot get solar data images from popular hamradio websites and toots to Mastodon
 
 ### Usage
-python3 radiobot.py [full path to config file]
+python3 radiobot.py [full path to config file] [--with-hashtags OR --without-hashtags]
 
 Example
-python3 radiobot.py /home/bot/radiobot@my_bot@my_instance.conf
+python3 radiobot.py /home/bot/radiobot@my_bot@my_instance.conf --without-hashtags
 
 ### Configuration file
 The configuration file should be placed in a safe directory (not world or group readable), and contains the instance and authentication credentials.
@@ -15,3 +15,10 @@ A sample config file 'radiobot@my_bot@my_instance.conf' is provided as a startin
 This app support both email and application token authentication.
 You are strongly encouraged to create an application with dedicated app id, secret and access token for this bot.
 See the "Development" and "New application" pannel in your mastodon account settings.
+
+### Using hashtags
+Hashtags are usefull for showing up toots in Mastodon's search results, currently Masdoton
+doesn't do full search texts in toots like your average web search engine.
+Using specific hashtags to your instance is recommended.
+When using well known hashtags (like #CQ, #HAMRADIO) it is strongly advised to keep it low frequency,
+to avoid flooding the search results of Operators, and Fediverse users.