Skip to content

Commit

Permalink
Updates build guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Sep 20, 2021
1 parent 3c22b5a commit d8bb953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $ git clone https://github.com/PhaserEditor2D/PhaserEditor2D-v3.git
By default, the current branch is `master`. It shows the latest, public version of the editor. To try the latest in-development changes, you should switch to the `develop` branch:

```
$ cd PhaserEditor2D-v3/source/editor
$ git checkout develop
```

Expand All @@ -35,7 +36,6 @@ If you want to contribute your modifications, you should create a pull request a
Dependencies are managed with [NPM](https://www.npmjs.com/), you have to install it first:

```
$ cd PhaserEditor2D-v3/source/editor
$ npm install
```
Expand Down

0 comments on commit d8bb953

Please sign in to comment.