Skip to content

Commit 8bbc951

Browse files
Update README.md
1 parent ca382bf commit 8bbc951

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the tooling you will need your dotnet-electronize package [ElectronNET.CLI N
8888

8989
```
9090
<ItemGroup>
91-
<DotNetCliToolReference Include="ElectronNET.CLI" Version="*" />
91+
<DotNetCliToolReference Include="ElectronNET.CLI" Version="*" />
9292
</ItemGroup>
9393
```
9494
After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder:
@@ -123,8 +123,10 @@ Start your Electron.NET application with the Electron.NET CLI command. In Visual
123123
## Usage of the Electron-API
124124

125125
A complete documentation will follow. Until then take a look in the source code of the sample application:
126-
[Electron.NET API Demos](https://github.com/ElectronNET/electron.net-api-demos)
126+
[Electron.NET API Demos](https://github.com/ElectronNET/electron.net-api-demos)
127127

128+
In this YouTube video, we show you how you can create a new project, use the Electron.NET API, debug a application and build an executable desktop app for Windows: [Electron.NET - Getting Started](https://www.youtube.com/watch?v=nuM6AojRFHk)
129+
128130
## Build
129131

130132
Here you need the Electron.NET CLI too. Type following command in your ASP.NET Core folder:

0 commit comments

Comments
 (0)