Update instructions to run

This commit is contained in:
Daniel Imms
2021-07-22 15:41:24 -07:00
parent df17288c1e
commit 61ede1cc0d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ Cursory test that 'xterm-core' works:
```
# From root of this repo
npm run compile # Outputs to xterm-core
npx webpack --config core-webpack.config.js # Outputs to lib
npx webpack --config webpack.config.core.js # Outputs to lib
cd node-test
npm link ../lib/
node index.js
```
```