The open_wrapper.sh script can be used in gajim as a browser command to
 download, decrypt, and open the files automatically.
+
+Here are some directions to set it up:
+
+  cd $SOMEDIR
+  git clone https://git.ao2.it/conversations_http_downloader.git/
+  cd conversations_http_downloader
+  make
+  realpath open_wrapper.sh
+
+and save the printed path in the clipboard.
+
+Then in gajim:
+
+  - go to the menu item "Edit -> Preferences",
+  - In the "Preferences" dialog choose the "Advanced" tab,
+  - in the "Applications" section choose "Custom",
+  - paste the path from the clipboard in the "Browser" field.
+
+Now encrypted files can be opened seamlessly by just clicking on them.