This commit is contained in:
Eilon Lipton 2014-05-09 16:33:35 -07:00
Родитель 1cfe90ae81
Коммит 38c5f0c514
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,7 @@ The first thing we need to do is setup the tools required to build and run an ap
* Clone the repository
* On the command line execute ```kvm setup```
* This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Preview/wiki/version-manager) of the wiki.
* This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) of the wiki.
* If you already have ```kvm``` installed on the machine ignore above steps.
### Run the application:
@ -36,4 +36,4 @@ By default the app runs on desktop CLR. To switch to run the app on CoreCLR set
### Note:
1. Application is started on different ports on different hosts. To change the port or URL modify ```Helios.cmd``` or project.json commands section in case of self-host and customhost.
2. Use Visual studio only for editing & intellisense. Don't try to build or run the app from Visual studio.
2. Use Visual studio only for editing & intellisense. Don't try to build or run the app from Visual studio.