From 639d5f3f93817a82d1d6e366de3cabe829a07fa3 Mon Sep 17 00:00:00 2001 From: Summon528 Date: Tue, 14 May 2019 23:51:19 +0800 Subject: [PATCH] Reflect new AppNameDev in readme (#765) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit due to #558, app that is built from source will be named "Windows Terminal (Dev Build)” instead of "Windows Terminal (Preview)” --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21bd362ca..a1ff3873e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Secondly, try pressing Ctrl + T. The tabs are hidden when ## I tried running WindowsTerminal.exe and it crashes! -* Don't try to run it unpackaged. Make sure to build & deploy `CascadiaPackage` from Visual Studio, and run the Windows Terminal (Preview) app. +* Don't try to run it unpackaged. Make sure to build & deploy `CascadiaPackage` from Visual Studio, and run the Windows Terminal (Dev Build) app. * Make sure you're on the right version of Windows. You'll need to be on Insider's builds, or wait for the 1903 release, as the Windows Terminal **REQUIRES** features from the latest Windows release. # Getting Started