Skip to content

Commit 24b3a2d

Browse files
committed
Update README
1 parent b1f2974 commit 24b3a2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ scripts from https://github.com/rinigus/mapbox-gl-importer . See [README.md](htt
66
for description of the tile schema.
77

88

9+
# Support packages
10+
11+
As spritezero is supported in Node.js version 8, install [nvm](https://github.com/nvm-sh/nvm) and use it to get correct packages installed:
12+
```
13+
nvm install 8
14+
nvm use 8
15+
npm install
16+
```
17+
18+
This is needed for generation of sprites and styles.
19+
920
# Sprites
1021

1122
Icons are based on

0 commit comments

Comments
 (0)