Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
I know its obvious to run npm install inside the source but beginners do mess things up.
  • Loading branch information
rahgurung committed Oct 25, 2018
1 parent 8d12286 commit a3a124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -305,7 +305,7 @@ Read our [comprehensive guide](https://phaser.io/phaser3/devlog/127) on creating

### Building from Source

If you wish to build Phaser 3 from source, ensure you have the required packages by cloning the repository and then running `npm install`.
If you wish to build Phaser 3 from source, ensure you have the required packages by cloning the repository and then running `npm install` on your source directory.

You can then run `webpack` to create a development build in the `build` folder which includes source maps for local testing. You can also `npm run dist` to create a minified packaged build in the `dist` folder. For a list of all commands available use `npm run help`.

Expand Down

0 comments on commit a3a124a

Please sign in to comment.