Browse Source

Add Quick Start instructions for Windows MSVC

rexim 4 years ago
parent
commit
6ba25cf136
1 changed files with 12 additions and 2 deletions
  1. 12 2
      README.md

+ 12 - 2
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
 ```