From 5eb555e9a436a632585cbcbd51cb4767d44e73d1 Mon Sep 17 00:00:00 2001 From: George Schizas Date: Tue, 3 Sep 2019 10:40:45 +0300 Subject: [PATCH] Fix name of old windows terminal emulator Command prompt is the shell, Console Host is the (equivalent) of xterm. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3a5627..3b926b55 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ applications on your system. Configure your terminal to use this font: `MesloLGS NF` under `module.exports.config`. - **Visual Studio Code**: Open *File → Preferences → Settings*, enter `terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`. -- **Windows Command Prompt** (the old thing): Click the icon in the top left corner, then +- **Windows Console Host** (the old thing): Click the icon in the top left corner, then *Properties → Font* and set *Font* to `MesloLGS NF`. - **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set value to `MesloLGS NF` for every profile.