Skip to content

Commit e34465d

Browse files
committed
Update README.md
Remove backtick from command so that people can more easily copy and paste it.
1 parent 9004a60 commit e34465d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The first thing we need to do is setup the tools required to build and run an ap
4141

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):
44-
```powershell
45-
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
46-
```
44+
45+
*@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"*
46+
4747
After the script has run open a new command prompt to start using KVM.
4848

4949
#### OS X:

0 commit comments

Comments
 (0)