From 5bed6f83c81c530c95ec3c2e4d67c63515a6e737 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 11 May 2020 12:59:21 +0800 Subject: [PATCH] README: cmd is not MS-DOS If it was MS-DOS, we won't need this project for windows support at all since we got ANSI.SYS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81898db6..b6cfd1dc 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ variable when invoking `make install`: (cd build && make DESTDIR=/tmp install) ``` -To build the library on Windows, use these commands in an MS-DOS command +To build the library on Windows, use these commands in a `cmd` command prompt: ```