diff --git a/README.md b/README.md index 2e52882..782ebc6 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,22 @@ Following electron tutorial... ## Notes -Run following to start the things up +To simple start the app up ```sh -npm run start +npm run launch ``` -Run the lines below to package the app +To package the app using Electron Forge ```sh npm run make npm run start ``` +To run TypeScript compiler +```sh +npx tsc +``` + # Dependencies TypeScript https://www.typescriptlang.org/