Skip to content

Commit d839090

Browse files
Fixed reference to kvmsetup.sh to reference kvminstall.sh
Fixed sample output for windowsgetting started to show kvm setup command rather than erroneous kvmsetup
1 parent 8d069bf commit d839090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This downloads KVM from this repository and puts it on your machine. Alternative
3939
* Clone the repository
4040
* On the command line execute
4141
* ```kvm setup``` on Windows or
42-
* ```sh kvmsetup.sh && source ~/.kre/kvm/kvm.sh``` on OSX/Linux
42+
* ```sh kvminstall.sh && source ~/.kre/kvm/kvm.sh``` on OSX/Linux
4343

4444
This command will setup your environment, getting it ready to install a version of the runtime. It adds KVM to your path and puts it in your user profile. Once you have KVM then you need to get a version of the runtime:
4545
* Execute ```kvm install 0.1-alpha-build-0446```. This command will download the named version of the KRE and put it on your user profile ready to use. You can get the latest version by running ```kvm upgrade``` but 0446 was the last version explicitly tested. see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) for more information on KVM.
@@ -57,7 +57,7 @@ This command will setup your environment, getting it ready to install a version
5757
:: getting started
5858
git clone https://github.com/aspnet/Home.git
5959
cd Home
60-
kvmsetup
60+
kvm setup
6161
kvm install 0.1-alpha-build-0446 -p
6262
6363
cd samples\ConsoleApp

0 commit comments

Comments
 (0)