We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375e29c commit 44f6740Copy full SHA for 44f6740
README.md
@@ -6,6 +6,7 @@ Use this app to see what you can do with Electron.NET and use the source code to
6
7
This Demo-App based on the [Electron API Demos](https://github.com/electron/electron-api-demos)
8
9
+
10
11
---
12
@@ -16,8 +17,8 @@ You'll need [Node.js (v.12.x)](https://nodejs.org) and [.NET Core SDK](https://w
16
17
```bash
18
$ dotnet tool install --global ElectronNET.CLI
19
$ git clone https://github.com/ElectronNET/electron.net-api-demos.git
-$ cd electron.net-api-demos/ElectronNET-API-Demos/
20
+$ cd electron.net-api-demos
21
$ electronize start
22
```
-
23
+
24
**Enjoy!**
0 commit comments