diff options
| author | ruki <[email protected]> | 2021-10-29 23:54:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-29 23:54:57 +0800 |
| commit | b876a04a87a87db33f427ff894ae74a2431d5299 (patch) | |
| tree | f2c53051070b97685133a5d73377067a9d5a8bb4 | |
| parent | 5db0e363896320b0cde42dd857a61941176df6e6 (diff) | |
update readme
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -215,7 +215,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor ```bash $ xmake show -l toolchains xcode Xcode IDE -vs VisualStudio IDE +msvc Microsoft Visual C/C++ Compiler yasm The Yasm Modular Assembler clang A C language family frontend for LLVM go Go Programming Language Compiler diff --git a/README_zh.md b/README_zh.md index 006d413e1..5fa08e133 100644 --- a/README_zh.md +++ b/README_zh.md @@ -224,7 +224,7 @@ $ xmake f --menu ```bash $ xmake show -l toolchains xcode Xcode IDE -vs VisualStudio IDE +msvc Microsoft Visual C/C++ Compiler yasm The Yasm Modular Assembler clang A C language family frontend for LLVM go Go Programming Language Compiler |
