Skip to content

Commit a77e6cd

Browse files
committed
Updated the getting started scripts to latest
1 parent 1fa77b9 commit a77e6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This Demo-App based on the [Electron API Demos](https://github.com/electron/elec
1414
You'll need [Node.js (v.8.x)](https://nodejs.org) and [.NET Core SDK](https://www.microsoft.com/net/download/core) installed on your computer in order to start or build this app.
1515

1616
```bash
17+
$ dotnet tool install --global ElectronNET.CLI
1718
$ git clone https://github.com/ElectronNET/electron.net-api-demos.git
1819
$ cd electron.net-api-demos
1920
$ cd ElectronNET-API-Demos
20-
$ dotnet restore
21-
$ dotnet electronize start
21+
$ electronize start
2222
```
2323

2424
**Enjoy!**

0 commit comments

Comments
 (0)