diff options
author | RadAd <adamgates84+github@gmail.com> | 2021-08-13 16:56:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 16:56:29 +1000 |
commit | 3eaa1ae42adbb81345333e4507449858bf9f05b7 (patch) | |
tree | f736b72a7f39b3f299de2582d2d6ce3114a5fddf | |
parent | 908d7f31672254f1f761a763f61443e1c657403b (diff) | |
download | RadTerminal-master.tar.gz RadTerminal-master.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ Simple Terminal Emulator for Windows using [libtsm](https://github.com/RadAd/lib Build ======= -``` +```bat msbuild RadTerminal.vcxproj -p:Configuration=Release -p:Platform=x64 ``` |