commit 6ba25cf1368f3210ec3917e05860031850f22a1b parent 7b2cafbeeca79d275a7b209251aa89c9a2b19335 Author: rexim <reximkut@gmail.com> Date: Mon, 5 Jul 2021 03:19:30 +0700 Add Quick Start instructions for Windows MSVC Diffstat:
| M | README.md | | | 14 | ++++++++++++-- |
1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md @@ -1,8 +1,18 @@ # Text Editor -# Quick Start +# Quick Start + +## POSIX ```console $ ./build.sh -$ ./te main.c +$ ./te src\main.c +``` + +## Windows MSVC + +```console +> .\setup_dependencies.bat +> .\build_msvc.bat +> .\te src\main.c ```
