Skip to content

Commit

Permalink
more infos
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 23, 2023
1 parent 0c9598b commit dfc84fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ Build emscripten files with docker:
or better create a docker container and run the build command inside it:

docker run -dit --name emscripten-nft-marker-creator-app -v $(pwd):/src emscripten/emsdk:3.1.26 bash
docker exec emscripten-nft-marker-creator-app npm run build-local
docker exec emscripten-nft-marker-creator-app npm run build-local

## Planned Features
- [ ] Multi threading support to speed up the creation of the markers.

0 comments on commit dfc84fa

Please sign in to comment.