From 6aff0f13a91fd5030e162ec6d8c64be163a53f31 Mon Sep 17 00:00:00 2001 From: joshaber Date: Wed, 5 Oct 2016 11:15:37 -0400 Subject: [PATCH] No whiches --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index cc81fafb97..6981761924 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -35,7 +35,7 @@ The OAuth secret is embedded in the app at build time using the `DESKTOP_OAUTH_C * Run `npm install` to get all required dependencies on your machine. * Run `npm run build:dev` to make a development build of the app. -* Run `npm start` to launch the application. Changes which will be compiled in the background. The app can then be reloaded to see the changes (Ctrl/Command+R). +* Run `npm start` to launch the application. Changes will be compiled in the background. The app can then be reloaded to see the changes (Ctrl/Command+R). If you've made changes to the main-process you need to run `npm run rebuild:dev` and then `npm run start` for these changes to be reflected.