Skip to content

Commit b7ac9f9

Browse files
author
fabiantheblind
committed
update README reference #22
1 parent 383e4f7 commit b7ac9f9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ Extendscriptr relays on [`extendscript.prototypes`](https://github.com/fabianthe
1111

1212
Extendscriptr doesn't use an existing full-stack polyfills like `babel-polyfill`, `es5-shim` or `shim.js` as they are intended for the browser and don't work well in adobe applications.
1313

14+
## Prerequisites
15+
16+
This tool currently needs Node.js version 5.x or higher
1417

1518
## Usage
16-
- `npm install -g extendscriptr`
17-
- `extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.js`
19+
We recommend using it as a local dependency
20+
21+
- `npm install extendscriptr --save-dev`
22+
- `./node_modules/.bin/extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.js`
1823
- open the outputed file with ExtendScript Toolkit OR place your script in the relevant application script folder
1924
- run it
2025

0 commit comments

Comments
 (0)