Skip to content

Commit ceb87d7

Browse files
author
Suhas Joshi
committed
Correcting the formatting for installation script
1 parent 88ec280 commit ceb87d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ The first thing we need to do is setup the tools required to build and run an ap
4242
#### Windows
4343
To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user (requires admin privileges):
4444

45-
*@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"*
45+
```
46+
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
47+
48+
```
4649

4750
After the script has run open a new command prompt to start using KVM.
4851

0 commit comments

Comments
 (0)