Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn <glennc@microsoft.com>2014-06-26 21:41:49 +0400
committerGlenn <glennc@microsoft.com>2014-06-26 21:41:49 +0400
commit9b763815c21856659950f3e8ccab78d8bc955bba (patch)
tree6ec13242eddce120fb1505afd60e4a2ae26f4347
parent8d069bf8a39c1ae9cb60294fde37cea5ea165c87 (diff)
parentd839090ab661163f24b350213d258260a9121d75 (diff)
Merge pull request #87 from graemechristie/patch-1
Fix reference to kvmsetup.sh to reference kvminstall.sh
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7749828a1a..28f8179175 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ This downloads KVM from this repository and puts it on your machine. Alternative
* Clone the repository
* On the command line execute
* ```kvm setup``` on Windows or
- * ```sh kvmsetup.sh && source ~/.kre/kvm/kvm.sh``` on OSX/Linux
+ * ```sh kvminstall.sh && source ~/.kre/kvm/kvm.sh``` on OSX/Linux
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:
* 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
:: getting started
git clone https://github.com/aspnet/Home.git
cd Home
-kvmsetup
+kvm setup
kvm install 0.1-alpha-build-0446 -p
cd samples\ConsoleApp