From 6825aec8026dd5fa4270c7bc624d8af71e4fd775 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 8 Oct 2015 15:17:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a463331e..fed137ca6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Right now the CLI uses [DNX](https://github.com/aspnet/dnx) as an application host. Eventually it will become self-hosted, but for now that means a few things: * Requires VS 2015 with Web Development Tools installed to open in VS + * Beta7 is available here and should work: https://www.microsoft.com/en-us/download/details.aspx?id=48738&fa43d42b-25b5-4a42-fe9b-1634f450f5ee=True + * There are also more recent builds available here: `\\vwdbuild01\Drops\WTE\Release.Nightly\Dev14\Latest-Successful\Release\Signed\MSI` (run `InstallWTE.cmd`) * Requires that you have a DNX installed (the build script _should_ set it up for you though) * Compilation is not required before building, but you must run `dnu restore` (which comes from the DNX commands) after changing dependencies. If you add/remove dependencies in VS, it will run it for you