From e2f5193934af6732809317a2f28bbd086768ad0a Mon Sep 17 00:00:00 2001 From: Allan Crisostomo Date: Wed, 5 Aug 2020 20:43:16 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58601ea..b24af03 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Just run: yarn build ``` +A directory `dist/` should be generated along with build output. + ### Development Just run: @@ -24,6 +26,8 @@ Just run: yarn start ``` -LICENSE +Electron should spawn the application window. + +## License [MIT License](./LICENSE)