From 392268186a8c135df42493d5f9042601aac58964 Mon Sep 17 00:00:00 2001 From: Dirk Colbry <colbrydi@msu.edu> Date: Sat, 4 Feb 2023 13:43:11 -0500 Subject: [PATCH] Fixing merge --- Zotero_Instructions.ipynb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Zotero_Instructions.ipynb b/Zotero_Instructions.ipynb index 9aa84f5..2aba43e 100644 --- a/Zotero_Instructions.ipynb +++ b/Zotero_Instructions.ipynb @@ -41,6 +41,17 @@ "___" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Updating Zotero\n", + "\n", + "To update Zotero manually, navigate to the help menu and then click the 'Check for Updates...' button. Please note that you can also manually install the new version of Zotero over the old without losing any data.\n", + "\n", + "To enable automatic updates, open the Config Editor from the Advanced pane of Zotero preferences, and ensure that app.update.auto and app.update.enabled are both set to true.\n" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -124,9 +135,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.8" + "version": "3.7.4" } }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} -- GitLab