Skip to content

Commit f64b780

Browse files
committed
documentation and one minor adjustment
1 parent fbc5b93 commit f64b780

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ElectronNET.CLI/Commands/StartElectronCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public Task<bool> ExecuteAsync()
7777
DirectoryCopy.Do(electronhosthookDir, hosthookDir, true, new List<string>() { "node_modules" });
7878

7979
Console.WriteLine("Start npm install for typescript & hosthooks...");
80-
ProcessHelper.CmdExecute("npm install -g typescript", hosthookDir);
8180
ProcessHelper.CmdExecute("npm install", hosthookDir);
8281

8382
string tscPath = Path.Combine(tempPath, "node_modules", ".bin");

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ Well... there are lots of different approaches how to get a X-plat desktop app r
2626

2727
# Requirements to run:
2828

29-
The current Electron.NET CLI builds Windows/macOS/Linux binaries. Our API uses .NET Core 2.2, so our minimum base OS is the same as [.NET Core 2.2](https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2-supported-os.md).
29+
The current Electron.NET CLI builds Windows/macOS/Linux binaries. Our API uses .NET Core 3.0, so our minimum base OS is the same as [.NET Core 3.0](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md).
30+
31+
Also you should have installed:
32+
33+
* npm
34+
* npm install -g typescript
35+
* npm install -g electron-builder
3036

3137
# Community
3238

0 commit comments

Comments
 (0)