Skip to content

Commit

Permalink
Clarify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Sep 22, 2024
1 parent 5c04720 commit ec0298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an online Tibia map viewer (in [slippy map](https://wiki.openstreetmap.o
1. Clone this repository and `cd` to its root directory.
1. Install and use the [expected](https://github.com/tibiamaps/tibia-map/blob/main/.nvmrc) Node.js version: `nvm use`
1. Run `npm install` to install the dependencies.
1. After making changes, run `gulp` to build a new version of the `src` files into the `dist` directory.
1. Run `npm run build` to compile a new version of the `src` files into the `dist` directory.

## Credits

Expand Down

0 comments on commit ec0298d

Please sign in to comment.