diff --git a/README.md b/README.md index fe333638d..0f76ff404 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ directory. Running this task on macOS or Linux requires Wine, since it's needed for the Windows app. If you don't have Wine installed you can create a release by running the **release-only-linux** task. Quick start ( Devs use linux , so other platforms YMMV): -'npm start' to run it from the source folder without comressing any resources, great for debug and code hacking. +'npm start' to run it from the source folder without comressing any resources, great for debug and code hacking. Its also the only way the code runs right this instant., sorry, we haven't got any release ready yet. + +Bundling/releasing not working properly just now, but when it's working it will run like this: 'npm run gulp dist' to bundle it. 'npm run gulp release' to make win32/win64/osx/linux32/linux64 packages.