Skip to content

Commit 1e01494

Browse files
Updates readme file mentioning you should update the deps.
1 parent 8d6b3a7 commit 1e01494

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ This is a Phaser Editor 2D v3 project template.
1212

1313
## Run the editor
1414

15-
If you have NodeJS installed, you can run the editor using the `editor` NPM script, defined in the `package.json` file:
15+
If you have NodeJS installed, you can run the editor using the `editor` NPM script, defined in the `package.json` file.
16+
17+
First you have to install & update the dependencies:
1618

1719
```bash
1820
$ npm install
21+
$ npm update
22+
```
23+
24+
And then you can run the editor:
25+
26+
```bash
1927
$ npm run editor
2028
```
2129

0 commit comments

Comments
 (0)