From 4eb662ea2f42e7ffa05da00a782af28ef387dcd5 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:01:33 +0800 Subject: [PATCH] rename: cmd template --- README.md | 4 ++-- scripts/{zotero-cmd-default.json => zotero-cmd-template.json} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{zotero-cmd-default.json => zotero-cmd-template.json} (100%) diff --git a/README.md b/README.md index 811d9a7..5937da4 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Activate with `Shift+P`. > Put the path of the profile into the `profilePath` in `zotero-cmd.json` to specify which profile to use. ```sh - cp ./scripts/zotero-cmd-default.json ./scripts/zotero-cmd.json + cp ./scripts/zotero-cmd-template.json ./scripts/zotero-cmd.json vim ./scripts/zotero-cmd.json ``` @@ -391,7 +391,7 @@ This section shows the directory structure of a template. | |-- stop.mjs # script to kill Zotero process | |-- utils.mjs # utils functions for dev scripts | |-- update-template.json # template of `update.json` -| `-- zotero-cmd-default.json # example of local env +| `-- zotero-cmd-template.json # template of local env |-- src # source code | |-- addon.ts # base class | |-- hooks.ts # lifecycle hooks diff --git a/scripts/zotero-cmd-default.json b/scripts/zotero-cmd-template.json similarity index 100% rename from scripts/zotero-cmd-default.json rename to scripts/zotero-cmd-template.json