summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..0f31d91b82c0
--- /dev/null
+++ b/install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ msg 'There are fix for pandoc export command'
+ msg 'In order to use the new command, make sure to "reset" it once under Advanced tab of Preference'
+ msg 'Or, if it contains customizations,'
+ msg 'Replace `--citeproc --bibliography "$bibliography$"` with `$bibliography$`.'
+}