diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8381766 --- /dev/null +++ b/Readme.md @@ -0,0 +1,25 @@ +install libraries: +```bash +npm install +``` + +compile for all platforms: +```bash +npm run compile +``` + +compile for linux: +```bash +npm run compile-linux +``` + +compile for windows: +```bash +npm run compile-win +``` + +compile for mac: +```bash +npm run compile-mac +``` +