Skip to content

Commit 0f0c1c1

Browse files
author
Bruno Herfst
committed
Update readme
1 parent b1d7c99 commit 0f0c1c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ This tool currently needs npm version 3.x or higher due to the flattened folder
1717
We recommend using it as a local dependency\*
1818

1919
- `npm install extendscriptr --save-dev`
20-
- `./node_modules/.bin/extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.js`
20+
- `extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.js`
2121
- open the outputted file with ExtendScript Toolkit OR place your script in the relevant application script folder
2222
- run it
2323

24-
\* a _global install is currently not working due to the fact that ExtendScript is missing to many functions. See [this issue](https://github.com/ExtendScript/extendscriptr/issues/22)_
25-
2624
### Watch mode
2725

2826
Exstendscriptr does not have any built-in _watch_ capability, but you can accomplish this using the [watch](https://www.npmjs.com/package/watch) module:

0 commit comments

Comments
 (0)