From e204c8cec85ee570e59286e66545697200bcd26a Mon Sep 17 00:00:00 2001 From: matt novelli Date: Fri, 15 Sep 2023 09:01:21 -0500 Subject: [PATCH] Update README.md changed installation method in README --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ea0698d..6562bff 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,9 @@ Map keyboard shortcuts to execute a script even faster - `Cmd+R` is bind to run Adobe Script Runner executes script in the active viewer by default. However, when working with multi-file scripts, it is common to set a path to execute a master file, i.e `index.js`, from within a file that's in the active view. Such behavior can be modified using [Token](#token) or setting up [execute this](#execute-this) file in the settings. ## Installation - -- ### From VSCode application - - - Open `Extensions` and type `Adobe Script Runner`. - - Click `Install` and then `Reload` button. - -- ### From GitHub - - Download repository and unzip the package. - - Copy `VSCode-Adobe-Script-Runner-master` to `/Users/YOURUSER/.vscode/extensions` folder. + - In VSCode, open `Command Palette` with keyboard shortcut `F1` or `Cmd+Shift+P`, and type `>Developer: Install Extension From Location...`. + - Choose `VSCode-Adobe-Script-Runner-master`, which was unzipped in the first step. ## In action