From b3d65f01838ff3b69c7a189e3163dc288427730c Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sat, 16 Jul 2022 18:01:53 +0800 Subject: [PATCH] :memo: fix bug in doc README_zh.md --- doc/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README_zh.md b/doc/README_zh.md index cdcfc9d..ff6a4d5 100644 --- a/doc/README_zh.md +++ b/doc/README_zh.md @@ -105,7 +105,7 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构 ![clang++](https://img.shields.io/badge/LLVM-clang++-262D3A?style=flat-square&logo=LLVM) ![vs](https://img.shields.io/badge/Visual_Studio-MSVC-5C2D91?style=flat-square&logo=visualstudio) -__`Windows`__用户通过g++(`MinGW-w64`)使用以下命令或者使用MSVC(`Visual Studio`)来进行编译. 没有编译环境的请在[__这里__](https://www.mingw-w64.org/downloads/)下载MinGW-w64。(VS同样也有MinGW-w64) +__`Windows`__ 用户通过g++(`MinGW-w64`)使用以下命令或者使用MSVC(`Visual Studio`)来进行编译. 没有编译环境的请在[__这里__](https://www.mingw-w64.org/downloads/)下载MinGW-w64。(VS同样也有MinGW-w64) > $(CXX) -std=c++11 -O3 main.cpp -o nasal.exe -fno-exceptions -static